Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-34324 (GCVE-0-2023-34324)
Vulnerability from cvelistv5
Published
2024-01-05 16:30
Modified
2025-06-05 19:41
Severity ?
VLAI Severity ?
EPSS score ?
Summary
Closing of an event channel in the Linux kernel can result in a deadlock.
This happens when the close is being performed in parallel to an unrelated
Xen console action and the handling of a Xen console interrupt in an
unprivileged guest.
The closing of an event channel is e.g. triggered by removal of a
paravirtual device on the other side. As this action will cause console
messages to be issued on the other side quite often, the chance of
triggering the deadlock is not neglectable.
Note that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel
on Arm doesn't use queued-RW-locks, which are required to trigger the
issue (on Arm32 a waiting writer doesn't block further readers to get
the lock).
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T16:10:06.472Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" } ], "title": "CVE Program Container" }, { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2023-34324", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-01-18T18:58:19.635975Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-400", "description": "CWE-400 Uncontrolled Resource Consumption", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-06-05T19:41:10.736Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unknown", "product": "Linux", "vendor": "Linux", "versions": [ { "status": "unknown", "version": "consult Xen advisory XSA-441" } ] } ], "configurations": [ { "lang": "en", "value": "All unprivileged guests running a Linux kernel of version 5.10 and later,\nor with the fixes for XSA-332, are vulnerable.\n\nAll guest types are vulnerable.\n\nOnly x86- and 64-bit Arm-guests are vulnerable.\n\nArm-guests running in 32-bit mode are not vulnerable.\n\nGuests not using paravirtualized drivers are not vulnerable." } ], "credits": [ { "lang": "en", "type": "finder", "value": "This issue was discovered as a bug by Marek Marczykowski-G\u00f3recki of\nInvisible Things Lab; the security impact was recognised by J\u00fcrgen\nGro\u00df of SUSE." } ], "datePublic": "2023-10-10T11:26:00.000Z", "descriptions": [ { "lang": "en", "value": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock)." } ], "impacts": [ { "descriptions": [ { "lang": "en", "value": "A (malicious) guest administrator could cause a denial of service (DoS)\nin a backend domain (other than dom0) by disabling a paravirtualized\ndevice.\n\nA malicious backend could cause DoS in a guest running a Linux kernel by\ndisabling a paravirtualized device." } ] } ], "providerMetadata": { "dateUpdated": "2024-01-11T19:07:16.495Z", "orgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "shortName": "XEN" }, "references": [ { "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" } ], "title": "Possible deadlock in Linux kernel event handling", "workarounds": [ { "lang": "en", "value": "There is no known mitigation." } ] } }, "cveMetadata": { "assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "assignerShortName": "XEN", "cveId": "CVE-2023-34324", "datePublished": "2024-01-05T16:30:45.807Z", "dateReserved": "2023-06-01T10:44:17.065Z", "dateUpdated": "2025-06-05T19:41:10.736Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-34324\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-01-05T17:15:08.540\",\"lastModified\":\"2025-06-05T20:15:23.913\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Closing of an event channel in the Linux kernel can result in a deadlock.\\nThis happens when the close is being performed in parallel to an unrelated\\nXen console action and the handling of a Xen console interrupt in an\\nunprivileged guest.\\n\\nThe closing of an event channel is e.g. triggered by removal of a\\nparavirtual device on the other side. As this action will cause console\\nmessages to be issued on the other side quite often, the chance of\\ntriggering the deadlock is not neglectable.\\n\\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\\nthe lock).\"},{\"lang\":\"es\",\"value\":\"El cierre de un canal de eventos en el kernel de Linux puede provocar un punto muerto. Esto sucede cuando el cierre se realiza en paralelo a una acci\u00f3n de la consola Xen no relacionada y al manejo de una interrupci\u00f3n de la consola Xen en un invitado sin privilegios. El cierre de un canal de eventos se desencadena, por ejemplo, al retirar un dispositivo paravirtual del otro lado. Como esta acci\u00f3n har\u00e1 que se emitan mensajes de la consola en el otro lado con bastante frecuencia, la posibilidad de desencadenar el punto muerto no es despreciable. Tenga en cuenta que los invitados de Arm de 32 bits no se ven afectados, ya que el kernel de Linux de 32 bits en Arm no utiliza bloqueos de RW en cola, que son necesarios para desencadenar el problema (en Arm32, un escritor en espera no bloquea m\u00e1s lectores para conseguir el candado).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.2,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.10\",\"matchCriteriaId\":\"D61CA62B-157A-4415-B8FD-7C3C1208315D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BFA1950D-1D9F-4401-AA86-CF3028EFD286\"}]}]}],\"references\":[{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html\",\"source\":\"security@xen.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html\",\"source\":\"security@xen.org\"},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-441.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-441.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-441.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T16:10:06.472Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-34324\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-01-18T18:58:19.635975Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-05T19:40:34.952Z\"}}], \"cna\": {\"title\": \"Possible deadlock in Linux kernel event handling\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered as a bug by Marek Marczykowski-G\\u00f3recki of\\nInvisible Things Lab; the security impact was recognised by J\\u00fcrgen\\nGro\\u00df of SUSE.\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A (malicious) guest administrator could cause a denial of service (DoS)\\nin a backend domain (other than dom0) by disabling a paravirtualized\\ndevice.\\n\\nA malicious backend could cause DoS in a guest running a Linux kernel by\\ndisabling a paravirtualized device.\"}]}], \"affected\": [{\"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-441\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2023-10-10T11:26:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-441.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"There is no known mitigation.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Closing of an event channel in the Linux kernel can result in a deadlock.\\nThis happens when the close is being performed in parallel to an unrelated\\nXen console action and the handling of a Xen console interrupt in an\\nunprivileged guest.\\n\\nThe closing of an event channel is e.g. triggered by removal of a\\nparavirtual device on the other side. As this action will cause console\\nmessages to be issued on the other side quite often, the chance of\\ntriggering the deadlock is not neglectable.\\n\\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\\nthe lock).\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"All unprivileged guests running a Linux kernel of version 5.10 and later,\\nor with the fixes for XSA-332, are vulnerable.\\n\\nAll guest types are vulnerable.\\n\\nOnly x86- and 64-bit Arm-guests are vulnerable.\\n\\nArm-guests running in 32-bit mode are not vulnerable.\\n\\nGuests not using paravirtualized drivers are not vulnerable.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-01-11T19:07:16.495Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-34324\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-05T19:41:10.736Z\", \"dateReserved\": \"2023-06-01T10:44:17.065Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-01-05T16:30:45.807Z\", \"assignerShortName\": \"XEN\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2023:4358-1
Vulnerability from csaf_suse
Published
2023-11-03 12:46
Modified
2023-11-03 12:46
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).
- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).
- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).
The following non-security bugs were fixed:
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
Patchnames
SUSE-2023-4358,SUSE-SUSE-MicroOS-5.1-2023-4358,SUSE-SUSE-MicroOS-5.2-2023-4358
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).\n- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).\n- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).\n\nThe following non-security bugs were fixed:\n\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4358,SUSE-SUSE-MicroOS-5.1-2023-4358,SUSE-SUSE-MicroOS-5.2-2023-4358", "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/suse-su-2023_4358-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4358-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234358-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4358-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/016992.html" }, { "category": "self", "summary": "SUSE Bug 1212051", "url": "https://bugzilla.suse.com/1212051" }, { "category": "self", "summary": "SUSE Bug 1214842", "url": "https://bugzilla.suse.com/1214842" }, { "category": "self", "summary": "SUSE Bug 1215095", "url": "https://bugzilla.suse.com/1215095" }, { "category": "self", "summary": "SUSE Bug 1215467", "url": "https://bugzilla.suse.com/1215467" }, { "category": "self", "summary": "SUSE Bug 1215518", "url": "https://bugzilla.suse.com/1215518" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1215858", "url": "https://bugzilla.suse.com/1215858" }, { "category": "self", "summary": "SUSE Bug 1215860", "url": "https://bugzilla.suse.com/1215860" }, { "category": "self", "summary": "SUSE Bug 1215861", "url": "https://bugzilla.suse.com/1215861" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3111 page", "url": "https://www.suse.com/security/cve/CVE-2023-3111/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39192 page", "url": "https://www.suse.com/security/cve/CVE-2023-39192/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39194 page", "url": "https://www.suse.com/security/cve/CVE-2023-39194/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-42754 page", "url": "https://www.suse.com/security/cve/CVE-2023-42754/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-03T12:46:24Z", "generator": { "date": "2023-11-03T12:46:24Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4358-1", "initial_release_date": "2023-11-03T12:46:24Z", "revision_history": [ { "date": "2023-11-03T12:46:24Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-rt-5.3.18-150300.149.1.noarch", "product": { "name": "kernel-devel-rt-5.3.18-150300.149.1.noarch", "product_id": "kernel-devel-rt-5.3.18-150300.149.1.noarch" } }, { "category": "product_version", "name": "kernel-source-rt-5.3.18-150300.149.1.noarch", "product": { "name": "kernel-source-rt-5.3.18-150300.149.1.noarch", "product_id": "kernel-source-rt-5.3.18-150300.149.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "cluster-md-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "cluster-md-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "cluster-md-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "cluster-md-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "cluster-md-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "dlm-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "dlm-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "dlm-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "dlm-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "gfs2-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "gfs2-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "gfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "gfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-devel-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt-devel-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt-devel-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-extra-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt-extra-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt-extra-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-livepatch-devel-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt-livepatch-devel-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt-livepatch-devel-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-optional-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt-optional-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt-optional-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-devel-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt_debug-devel-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt_debug-devel-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-extra-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt_debug-extra-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt_debug-extra-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-livepatch-devel-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt_debug-livepatch-devel-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt_debug-livepatch-devel-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-optional-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-rt_debug-optional-5.3.18-150300.149.1.x86_64", "product_id": "kernel-rt_debug-optional-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "kernel-syms-rt-5.3.18-150300.149.1.x86_64", "product_id": "kernel-syms-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "kselftests-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "kselftests-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "kselftests-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "kselftests-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "ocfs2-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "ocfs2-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "ocfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "ocfs2-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-rt-5.3.18-150300.149.1.x86_64", "product": { "name": "reiserfs-kmp-rt-5.3.18-150300.149.1.x86_64", "product_id": "reiserfs-kmp-rt-5.3.18-150300.149.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product": { "name": "reiserfs-kmp-rt_debug-5.3.18-150300.149.1.x86_64", "product_id": "reiserfs-kmp-rt_debug-5.3.18-150300.149.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.3.18-150300.149.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64" }, "product_reference": "kernel-rt-5.3.18-150300.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.3.18-150300.149.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" }, "product_reference": "kernel-rt-5.3.18-150300.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-3111", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3111" } ], "notes": [ { "category": "general", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3111", "url": "https://www.suse.com/security/cve/CVE-2023-3111" }, { "category": "external", "summary": "SUSE Bug 1212051 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1212051" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.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": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.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": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39192", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39192" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39192", "url": "https://www.suse.com/security/cve/CVE-2023-39192" }, { "category": "external", "summary": "SUSE Bug 1215858 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1215858" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-39192" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-39194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39194" } ], "notes": [ { "category": "general", "text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39194", "url": "https://www.suse.com/security/cve/CVE-2023-39194" }, { "category": "external", "summary": "SUSE Bug 1215861 for CVE-2023-39194", "url": "https://bugzilla.suse.com/1215861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-39194" }, { "cve": "CVE-2023-42754", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-42754" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-42754", "url": "https://www.suse.com/security/cve/CVE-2023-42754" }, { "category": "external", "summary": "SUSE Bug 1215467 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1215467" }, { "category": "external", "summary": "SUSE Bug 1222212 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1222212" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.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": [ "SUSE Linux Enterprise Micro 5.1:kernel-rt-5.3.18-150300.149.1.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-rt-5.3.18-150300.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:46:24Z", "details": "moderate" } ], "title": "CVE-2023-42754" } ] }
suse-su-2023:4343-1
Vulnerability from csaf_suse
Published
2023-11-02 14:34
Modified
2023-11-02 14:34
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)
- CVE-2023-2860: Fixed an out-of-bounds read vulnerability in the processing of seg6 attributes. This flaw allowed a privileged local user to disclose sensitive information. (bsc#1211592)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).
- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).
- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).
- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).
- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).
- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- Fix metadata references
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).
- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).
- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).
- NFS: Fix O_DIRECT locking issues (bsc#1211162).
- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).
- NFS: Fix a potential data corruption (bsc#1211162).
- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).
- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).
- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).
- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).
- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).
- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- Revert 'pinctrl: avoid unsafe code pattern in find_pinctrl()' (git-fixes).
- Revert 'tty: n_gsm: fix UAF in gsm_cleanup_mux' (git-fixes).
- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- bonding: Fix extraction of ports from the packet headers (bsc#1214754).
- bonding: Return pointer to data after pull on skb (bsc#1214754).
- bonding: do not assume skb mac_header is set (bsc#1214754).
- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).
- bpf: Add override check to kprobe multi link attach (git-fixes).
- bpf: Add zero_map_value to zero map value with special fields (git-fixes).
- bpf: Cleanup check_refcount_ok (git-fixes).
- bpf: Fix max stack depth check for async callbacks (git-fixes).
- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).
- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).
- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).
- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).
- bpf: Gate dynptr API behind CAP_BPF (git-fixes).
- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).
- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).
- bpf: Tighten ptr_to_btf_id checks (git-fixes).
- bpf: fix precision propagation verbose logging (git-fixes).
- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).
- bpf: propagate precision across all frames, not just the last one (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- btf: Export bpf_dynptr definition (git-fixes).
- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).
- ceph: add encryption support to writepage and writepages (jsc#SES-1880).
- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).
- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).
- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).
- ceph: add new mount option to enable sparse reads (jsc#SES-1880).
- ceph: add object version support for sync read (jsc#SES-1880).
- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).
- ceph: add some fscrypt guardrails (jsc#SES-1880).
- ceph: add support for encrypted snapshot names (jsc#SES-1880).
- ceph: add support to readdir for encrypted names (jsc#SES-1880).
- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).
- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).
- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).
- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).
- ceph: decode alternate_name in lease info (jsc#SES-1880).
- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).
- ceph: drop messages from MDS when unmounting (jsc#SES-1880).
- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).
- ceph: fix type promotion bug on 32bit systems (bsc#1216324).
- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).
- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).
- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).
- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).
- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).
- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).
- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).
- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).
- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).
- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).
- ceph: mark directory as non-complete after loading key (jsc#SES-1880).
- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).
- ceph: plumb in decryption during reads (jsc#SES-1880).
- ceph: preallocate inode for ops that may create one (jsc#SES-1880).
- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).
- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).
- ceph: send alternate_name in MClientRequest (jsc#SES-1880).
- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).
- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).
- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).
- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).
- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).
- ceph: wait for OSD requests' callbacks to finish when unmounting (jsc#SES-1880).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).
- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).
- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).
- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).
- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).
- drm/amdkfd: Use gpu_offset for user queue's wptr (git-fixes).
- drm/atomic-helper: relax unregistered connector check (git-fixes).
- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).
- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).
- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- intel x86 platform vsec kABI workaround (bsc#1216202).
- io_uring/fs: remove sqe->rw_flags checking from LINKAT (git-fixes).
- io_uring/rw: defer fsnotify calls to task context (git-fixes).
- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).
- io_uring/rw: remove leftover debug statement (git-fixes).
- io_uring: Replace 0-length array with flexible array (git-fixes).
- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).
- io_uring: fix fdinfo sqe offsets calculation (git-fixes).
- io_uring: fix memory leak when removing provided buffers (git-fixes).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)
- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).
- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).
- libceph: add sparse read support to OSD client (jsc#SES-1880).
- libceph: add sparse read support to msgr1 (jsc#SES-1880).
- libceph: add spinlock around osd->o_requests (jsc#SES-1880).
- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).
- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).
- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).
- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).
- libceph: use kernel_connect() (bsc#1216323).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- net: use sk_is_tcp() in more places (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).
- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).
- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).
- platform/x86/intel: Fix 'rmmod pmt_telemetry' panic (bsc#1216202).
- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- r8152: check budget for r8152_poll() (git-fixes).
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- remove unnecessary WARN_ON_ONCE() (bsc#1214823).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).
- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock (git-fixes).
- scsi: iscsi: Add length check for nlattr payload (git-fixes).
- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).
- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).
- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).
- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).
- scsi: pm8001: Setup IRQs on resume (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).
- scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (git-fixes).
- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).
- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).
- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).
- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).
- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).
- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).
- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).
- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).
Patchnames
SUSE-2023-4343,SUSE-SLE-Micro-5.5-2023-4343,SUSE-SLE-Module-Live-Patching-15-SP5-2023-4343,SUSE-SLE-Module-RT-15-SP5-2023-4343,openSUSE-SLE-15.5-2023-4343
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)\n- CVE-2023-2860: Fixed an out-of-bounds read vulnerability in the processing of seg6 attributes. This flaw allowed a privileged local user to disclose sensitive information. (bsc#1211592)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).\n- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).\n- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).\n- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).\n- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).\n- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- Fix metadata references\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).\n- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).\n- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).\n- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).\n- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).\n- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).\n- NFS: Fix O_DIRECT locking issues (bsc#1211162).\n- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).\n- NFS: Fix a potential data corruption (bsc#1211162).\n- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).\n- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).\n- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).\n- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).\n- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).\n- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- Revert \u0027pinctrl: avoid unsafe code pattern in find_pinctrl()\u0027 (git-fixes).\n- Revert \u0027tty: n_gsm: fix UAF in gsm_cleanup_mux\u0027 (git-fixes).\n- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- bonding: Fix extraction of ports from the packet headers (bsc#1214754).\n- bonding: Return pointer to data after pull on skb (bsc#1214754).\n- bonding: do not assume skb mac_header is set (bsc#1214754).\n- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).\n- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).\n- bpf: Add override check to kprobe multi link attach (git-fixes).\n- bpf: Add zero_map_value to zero map value with special fields (git-fixes).\n- bpf: Cleanup check_refcount_ok (git-fixes).\n- bpf: Fix max stack depth check for async callbacks (git-fixes).\n- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).\n- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).\n- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).\n- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).\n- bpf: Gate dynptr API behind CAP_BPF (git-fixes).\n- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).\n- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).\n- bpf: Tighten ptr_to_btf_id checks (git-fixes).\n- bpf: fix precision propagation verbose logging (git-fixes).\n- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).\n- bpf: propagate precision across all frames, not just the last one (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- btf: Export bpf_dynptr definition (git-fixes).\n- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).\n- ceph: add encryption support to writepage and writepages (jsc#SES-1880).\n- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).\n- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).\n- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).\n- ceph: add new mount option to enable sparse reads (jsc#SES-1880).\n- ceph: add object version support for sync read (jsc#SES-1880).\n- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).\n- ceph: add some fscrypt guardrails (jsc#SES-1880).\n- ceph: add support for encrypted snapshot names (jsc#SES-1880).\n- ceph: add support to readdir for encrypted names (jsc#SES-1880).\n- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).\n- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).\n- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).\n- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).\n- ceph: decode alternate_name in lease info (jsc#SES-1880).\n- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).\n- ceph: drop messages from MDS when unmounting (jsc#SES-1880).\n- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).\n- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).\n- ceph: fix type promotion bug on 32bit systems (bsc#1216324).\n- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).\n- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).\n- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).\n- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).\n- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).\n- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).\n- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).\n- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).\n- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).\n- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).\n- ceph: mark directory as non-complete after loading key (jsc#SES-1880).\n- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).\n- ceph: plumb in decryption during reads (jsc#SES-1880).\n- ceph: preallocate inode for ops that may create one (jsc#SES-1880).\n- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).\n- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).\n- ceph: send alternate_name in MClientRequest (jsc#SES-1880).\n- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).\n- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).\n- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).\n- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).\n- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).\n- ceph: wait for OSD requests\u0027 callbacks to finish when unmounting (jsc#SES-1880).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).\n- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).\n- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).\n- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).\n- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).\n- drm/amdkfd: Use gpu_offset for user queue\u0027s wptr (git-fixes).\n- drm/atomic-helper: relax unregistered connector check (git-fixes).\n- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).\n- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).\n- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- intel x86 platform vsec kABI workaround (bsc#1216202).\n- io_uring/fs: remove sqe-\u003erw_flags checking from LINKAT (git-fixes).\n- io_uring/rw: defer fsnotify calls to task context (git-fixes).\n- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).\n- io_uring/rw: remove leftover debug statement (git-fixes).\n- io_uring: Replace 0-length array with flexible array (git-fixes).\n- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).\n- io_uring: fix fdinfo sqe offsets calculation (git-fixes).\n- io_uring: fix memory leak when removing provided buffers (git-fixes).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)\n- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).\n- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).\n- libceph: add sparse read support to OSD client (jsc#SES-1880).\n- libceph: add sparse read support to msgr1 (jsc#SES-1880).\n- libceph: add spinlock around osd-\u003eo_requests (jsc#SES-1880).\n- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).\n- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).\n- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).\n- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).\n- libceph: use kernel_connect() (bsc#1216323).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- net: use sk_is_tcp() in more places (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).\n- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).\n- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).\n- platform/x86/intel: Fix \u0027rmmod pmt_telemetry\u0027 panic (bsc#1216202).\n- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- r8152: check budget for r8152_poll() (git-fixes).\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- remove unnecessary WARN_ON_ONCE() (bsc#1214823).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).\n- scsi: fcoe: Fix potential deadlock on \u0026fip-\u003ectlr_lock (git-fixes).\n- scsi: iscsi: Add length check for nlattr payload (git-fixes).\n- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).\n- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).\n- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).\n- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).\n- scsi: pm8001: Setup IRQs on resume (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).\n- scsi: qedi: Fix potential deadlock on \u0026qedi_percpu-\u003ep_work_lock (git-fixes).\n- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).\n- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).\n- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).\n- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).\n- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).\n- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).\n- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).\n- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).\n- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).\n- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).\n- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4343,SUSE-SLE-Micro-5.5-2023-4343,SUSE-SLE-Module-Live-Patching-15-SP5-2023-4343,SUSE-SLE-Module-RT-15-SP5-2023-4343,openSUSE-SLE-15.5-2023-4343", "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/suse-su-2023_4343-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4343-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234343-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4343-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032578.html" }, { "category": "self", "summary": "SUSE Bug 1211162", "url": "https://bugzilla.suse.com/1211162" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1213772", "url": "https://bugzilla.suse.com/1213772" }, { "category": "self", "summary": "SUSE Bug 1214754", "url": "https://bugzilla.suse.com/1214754" }, { "category": "self", "summary": "SUSE Bug 1214874", "url": "https://bugzilla.suse.com/1214874" }, { "category": "self", "summary": "SUSE Bug 1215545", "url": "https://bugzilla.suse.com/1215545" }, { "category": "self", "summary": "SUSE Bug 1215921", "url": "https://bugzilla.suse.com/1215921" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216202", "url": "https://bugzilla.suse.com/1216202" }, { "category": "self", "summary": "SUSE Bug 1216322", "url": "https://bugzilla.suse.com/1216322" }, { "category": "self", "summary": "SUSE Bug 1216324", "url": "https://bugzilla.suse.com/1216324" }, { "category": "self", "summary": "SUSE Bug 1216333", "url": "https://bugzilla.suse.com/1216333" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2860 page", "url": "https://www.suse.com/security/cve/CVE-2023-2860/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39191 page", "url": "https://www.suse.com/security/cve/CVE-2023-39191/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:34:23Z", "generator": { "date": "2023-11-02T14:34:23Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4343-1", "initial_release_date": "2023-11-02T14:34:23Z", "revision_history": [ { "date": "2023-11-02T14:34:23Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "product": { "name": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "product_id": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch" } }, { "category": "product_version", "name": "kernel-source-rt-5.14.21-150500.13.24.1.noarch", "product": { "name": "kernel-source-rt-5.14.21-150500.13.24.1.noarch", "product_id": "kernel-source-rt-5.14.21-150500.13.24.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "product": { "name": "kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "product_id": "kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-extra-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-optional-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product": { "name": "reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64", "product_id": "reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP5", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp5" } } }, { "category": "product_name", "name": "SUSE Real Time Module 15 SP5", "product": { "name": "SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-rt:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64" }, "product_reference": "kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch" }, "product_reference": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-rt-5.14.21-150500.13.24.1.noarch as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch" }, "product_reference": "kernel-source-rt-5.14.21-150500.13.24.1.noarch", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of SUSE Real Time Module 15 SP5", "product_id": "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch" }, "product_reference": "kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-extra-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-optional-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-rt-5.14.21-150500.13.24.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch" }, "product_reference": "kernel-source-rt-5.14.21-150500.13.24.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" }, "product_reference": "reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-2860", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2860" } ], "notes": [ { "category": "general", "text": "An out-of-bounds read vulnerability was found in the SR-IPv6 implementation in the Linux kernel. The flaw exists within the processing of seg6 attributes. The issue results from the improper validation of user-supplied data, which can result in a read past the end of an allocated buffer. This flaw allows a privileged local user to disclose sensitive information on affected installations of the Linux kernel.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2860", "url": "https://www.suse.com/security/cve/CVE-2023-2860" }, { "category": "external", "summary": "SUSE Bug 1211592 for CVE-2023-2860", "url": "https://bugzilla.suse.com/1211592" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-2860" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.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": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39191", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39191" } ], "notes": [ { "category": "general", "text": "An improper input validation flaw was found in the eBPF subsystem in the Linux kernel. The issue occurs due to a lack of proper validation of dynamic pointers within user-supplied eBPF programs prior to executing them. This may allow an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code in the context of the kernel.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39191", "url": "https://www.suse.com/security/cve/CVE-2023-39191" }, { "category": "external", "summary": "SUSE Bug 1215863 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215863" }, { "category": "external", "summary": "SUSE Bug 1215887 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215887" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "important" } ], "title": "CVE-2023-39191" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "moderate" } ], "title": "CVE-2023-45862" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_13_24-rt-1-150500.11.3.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "SUSE Real Time Module 15 SP5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "SUSE Real Time Module 15 SP5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-devel-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-extra-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-optional-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-livepatch-devel-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-rt_debug-vdso-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kernel-source-rt-5.14.21-150500.13.24.1.noarch", "openSUSE Leap 15.5:kernel-syms-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-rt-5.14.21-150500.13.24.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-rt-5.14.21-150500.13.24.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:34:23Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4349-1
Vulnerability from csaf_suse
Published
2023-11-02 14:40
Modified
2023-11-02 14:40
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).
- CKC: Clarify usage
- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).
- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).
- iommu/amd: Set iommu->int_enabled consistently when interrupts are set up (bsc#1206010).
- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).
- memcg: drop kmem.limit_in_bytes (bsc#1208788)
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- ratelimit: Fix data-races in ___ratelimit() (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).
- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).
- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).
- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).
- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).
- sched: Avoid scale real weight down to zero (git fixes (sched)).
- sched: correct SD_flags returned by tl->sd_flags() (git fixes (sched)).
- sched: Reenable interrupts in do_sched_yield() (git fixes (sched)).
- sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() (git fixes (sched)).
- sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() (git fixes (sched)).
- sched/fair: Do not balance task to its current running CPU (git fixes (sched)).
- sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer() (git fixes (sched)).
- sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE (git fixes (sched)).
- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).
- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).
- tools/thermal: Fix possible path truncations (git-fixes).
- tracing: Fix cpu buffers unavailable due to 'record_disabled' missed (git-fixes).
- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).
- tracing: Fix race issue between cpu buffer write and swap (git-fixes).
- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).
- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).
- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).
- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).
- use optional first argument as a base-ref instead of upstream branch
- vhost-scsi: unbreak any layout for response (git-fixes).
- virtio_balloon: fix deadlock on OOM (git-fixes).
- virtio_balloon: fix increment of vb->num_pfns in fill_balloon() (git-fixes).
- virtio_net: Fix error unwinding of XDP initialization (git-fixes).
- virtio: Protect vqs list access (git-fixes).
- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).
- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).
Patchnames
SUSE-2023-4349,SUSE-SLE-HA-12-SP5-2023-4349,SUSE-SLE-Live-Patching-12-SP5-2023-4349,SUSE-SLE-SDK-12-SP5-2023-4349,SUSE-SLE-SERVER-12-SP5-2023-4349,SUSE-SLE-WE-12-SP5-2023-4349
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).\n- CKC: Clarify usage\n- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).\n- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).\n- iommu/amd: Set iommu-\u003eint_enabled consistently when interrupts are set up (bsc#1206010).\n- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).\n- memcg: drop kmem.limit_in_bytes (bsc#1208788)\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- ratelimit: Fix data-races in ___ratelimit() (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).\n- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).\n- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).\n- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).\n- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).\n- sched: Avoid scale real weight down to zero (git fixes (sched)).\n- sched: correct SD_flags returned by tl-\u003esd_flags() (git fixes (sched)).\n- sched: Reenable interrupts in do_sched_yield() (git fixes (sched)).\n- sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() (git fixes (sched)).\n- sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() (git fixes (sched)).\n- sched/fair: Do not balance task to its current running CPU (git fixes (sched)).\n- sched/rt: Minimize rq-\u003elock contention in do_sched_rt_period_timer() (git fixes (sched)).\n- sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE (git fixes (sched)).\n- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).\n- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).\n- tools/thermal: Fix possible path truncations (git-fixes).\n- tracing: Fix cpu buffers unavailable due to \u0027record_disabled\u0027 missed (git-fixes).\n- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).\n- tracing: Fix race issue between cpu buffer write and swap (git-fixes).\n- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).\n- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).\n- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).\n- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).\n- use optional first argument as a base-ref instead of upstream branch\n- vhost-scsi: unbreak any layout for response (git-fixes).\n- virtio_balloon: fix deadlock on OOM (git-fixes).\n- virtio_balloon: fix increment of vb-\u003enum_pfns in fill_balloon() (git-fixes).\n- virtio_net: Fix error unwinding of XDP initialization (git-fixes).\n- virtio: Protect vqs list access (git-fixes).\n- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).\n- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4349,SUSE-SLE-HA-12-SP5-2023-4349,SUSE-SLE-Live-Patching-12-SP5-2023-4349,SUSE-SLE-SDK-12-SP5-2023-4349,SUSE-SLE-SERVER-12-SP5-2023-4349,SUSE-SLE-WE-12-SP5-2023-4349", "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/suse-su-2023_4349-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4349-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234349-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4349-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032576.html" }, { "category": "self", "summary": "SUSE Bug 1206010", "url": "https://bugzilla.suse.com/1206010" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213950", "url": "https://bugzilla.suse.com/1213950" }, { "category": "self", "summary": "SUSE Bug 1213977", "url": "https://bugzilla.suse.com/1213977" }, { "category": "self", "summary": "SUSE Bug 1215743", "url": "https://bugzilla.suse.com/1215743" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216107", "url": "https://bugzilla.suse.com/1216107" }, { "category": "self", "summary": "SUSE Bug 1216140", "url": "https://bugzilla.suse.com/1216140" }, { "category": "self", "summary": "SUSE Bug 1216340", "url": "https://bugzilla.suse.com/1216340" }, { "category": "self", "summary": "SUSE Bug 1216513", "url": "https://bugzilla.suse.com/1216513" }, { "category": "self", "summary": "SUSE Bug 1216514", "url": "https://bugzilla.suse.com/1216514" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:40:35Z", "generator": { "date": "2023-11-02T14:40:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4349-1", "initial_release_date": "2023-11-02T14:40:35Z", "revision_history": [ { "date": "2023-11-02T14:40:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-122.183.1.aarch64", "product": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.aarch64", "product_id": "cluster-md-kmp-default-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-122.183.1.aarch64", "product": { "name": "dlm-kmp-default-4.12.14-122.183.1.aarch64", "product_id": "dlm-kmp-default-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-122.183.1.aarch64", "product": { "name": "gfs2-kmp-default-4.12.14-122.183.1.aarch64", "product_id": "gfs2-kmp-default-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-base-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-base-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-devel-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-devel-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-extra-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-extra-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-kgraft-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-kgraft-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-kgraft-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.aarch64", "product_id": "kernel-default-kgraft-devel-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-obs-build-4.12.14-122.183.1.aarch64", "product_id": "kernel-obs-build-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-obs-qa-4.12.14-122.183.1.aarch64", "product_id": "kernel-obs-qa-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-syms-4.12.14-122.183.1.aarch64", "product_id": "kernel-syms-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-vanilla-4.12.14-122.183.1.aarch64", "product_id": "kernel-vanilla-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-vanilla-base-4.12.14-122.183.1.aarch64", "product_id": "kernel-vanilla-base-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-vanilla-devel-4.12.14-122.183.1.aarch64", "product_id": "kernel-vanilla-devel-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.aarch64", "product": { "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.aarch64", "product_id": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-122.183.1.aarch64", "product": { "name": "kselftests-kmp-default-4.12.14-122.183.1.aarch64", "product_id": "kselftests-kmp-default-4.12.14-122.183.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-122.183.1.aarch64", "product": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.aarch64", "product_id": "ocfs2-kmp-default-4.12.14-122.183.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-4.12.14-122.183.1.noarch", "product": { "name": "kernel-devel-4.12.14-122.183.1.noarch", "product_id": "kernel-devel-4.12.14-122.183.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-4.12.14-122.183.1.noarch", "product": { "name": "kernel-docs-4.12.14-122.183.1.noarch", "product_id": "kernel-docs-4.12.14-122.183.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-4.12.14-122.183.1.noarch", "product": { "name": "kernel-docs-html-4.12.14-122.183.1.noarch", "product_id": "kernel-docs-html-4.12.14-122.183.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-4.12.14-122.183.1.noarch", "product": { "name": "kernel-macros-4.12.14-122.183.1.noarch", "product_id": "kernel-macros-4.12.14-122.183.1.noarch" } }, { "category": "product_version", "name": "kernel-source-4.12.14-122.183.1.noarch", "product": { "name": "kernel-source-4.12.14-122.183.1.noarch", "product_id": "kernel-source-4.12.14-122.183.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-4.12.14-122.183.1.noarch", "product": { "name": "kernel-source-vanilla-4.12.14-122.183.1.noarch", "product_id": "kernel-source-vanilla-4.12.14-122.183.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "product": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "product_id": "cluster-md-kmp-default-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-122.183.1.ppc64le", "product": { "name": "dlm-kmp-default-4.12.14-122.183.1.ppc64le", "product_id": "dlm-kmp-default-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "product": { "name": "gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "product_id": "gfs2-kmp-default-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-debug-4.12.14-122.183.1.ppc64le", "product_id": "kernel-debug-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-base-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-debug-base-4.12.14-122.183.1.ppc64le", "product_id": "kernel-debug-base-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-debug-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-debug-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-kgraft-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-debug-kgraft-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-debug-kgraft-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-base-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-base-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-extra-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-extra-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-kgraft-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-obs-build-4.12.14-122.183.1.ppc64le", "product_id": "kernel-obs-build-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-obs-qa-4.12.14-122.183.1.ppc64le", "product_id": "kernel-obs-qa-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-syms-4.12.14-122.183.1.ppc64le", "product_id": "kernel-syms-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-vanilla-4.12.14-122.183.1.ppc64le", "product_id": "kernel-vanilla-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-vanilla-base-4.12.14-122.183.1.ppc64le", "product_id": "kernel-vanilla-base-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-vanilla-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-vanilla-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.ppc64le", "product": { "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.ppc64le", "product_id": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "product": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "product_id": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-122.183.1.ppc64le", "product": { "name": "kselftests-kmp-default-4.12.14-122.183.1.ppc64le", "product_id": "kselftests-kmp-default-4.12.14-122.183.1.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "product": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "product_id": "ocfs2-kmp-default-4.12.14-122.183.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-122.183.1.s390x", "product": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.s390x", "product_id": "cluster-md-kmp-default-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-122.183.1.s390x", "product": { "name": "dlm-kmp-default-4.12.14-122.183.1.s390x", "product_id": "dlm-kmp-default-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-122.183.1.s390x", "product": { "name": "gfs2-kmp-default-4.12.14-122.183.1.s390x", "product_id": "gfs2-kmp-default-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-4.12.14-122.183.1.s390x", "product_id": "kernel-default-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-base-4.12.14-122.183.1.s390x", "product_id": "kernel-default-base-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-devel-4.12.14-122.183.1.s390x", "product_id": "kernel-default-devel-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-extra-4.12.14-122.183.1.s390x", "product_id": "kernel-default-extra-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-kgraft-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-kgraft-4.12.14-122.183.1.s390x", "product_id": "kernel-default-kgraft-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "product_id": "kernel-default-kgraft-devel-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-default-man-4.12.14-122.183.1.s390x", "product": { "name": "kernel-default-man-4.12.14-122.183.1.s390x", "product_id": "kernel-default-man-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-122.183.1.s390x", "product": { "name": "kernel-obs-build-4.12.14-122.183.1.s390x", "product_id": "kernel-obs-build-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-122.183.1.s390x", "product": { "name": "kernel-obs-qa-4.12.14-122.183.1.s390x", "product_id": "kernel-obs-qa-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-122.183.1.s390x", "product": { "name": "kernel-syms-4.12.14-122.183.1.s390x", "product_id": "kernel-syms-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-122.183.1.s390x", "product": { "name": "kernel-vanilla-4.12.14-122.183.1.s390x", "product_id": "kernel-vanilla-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-122.183.1.s390x", "product": { "name": "kernel-vanilla-base-4.12.14-122.183.1.s390x", "product_id": "kernel-vanilla-base-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-122.183.1.s390x", "product": { "name": "kernel-vanilla-devel-4.12.14-122.183.1.s390x", "product_id": "kernel-vanilla-devel-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.s390x", "product": { "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.s390x", "product_id": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-4.12.14-122.183.1.s390x", "product": { "name": "kernel-zfcpdump-4.12.14-122.183.1.s390x", "product_id": "kernel-zfcpdump-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-man-4.12.14-122.183.1.s390x", "product": { "name": "kernel-zfcpdump-man-4.12.14-122.183.1.s390x", "product_id": "kernel-zfcpdump-man-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "product": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "product_id": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-122.183.1.s390x", "product": { "name": "kselftests-kmp-default-4.12.14-122.183.1.s390x", "product_id": "kselftests-kmp-default-4.12.14-122.183.1.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-122.183.1.s390x", "product": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.s390x", "product_id": "ocfs2-kmp-default-4.12.14-122.183.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "product": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "product_id": "cluster-md-kmp-default-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-122.183.1.x86_64", "product": { "name": "dlm-kmp-default-4.12.14-122.183.1.x86_64", "product_id": "dlm-kmp-default-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-122.183.1.x86_64", "product": { "name": "gfs2-kmp-default-4.12.14-122.183.1.x86_64", "product_id": "gfs2-kmp-default-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-debug-4.12.14-122.183.1.x86_64", "product_id": "kernel-debug-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-base-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-debug-base-4.12.14-122.183.1.x86_64", "product_id": "kernel-debug-base-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-debug-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-debug-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-kgraft-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-debug-kgraft-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-debug-kgraft-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-base-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-base-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-extra-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-extra-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-kgraft-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-kgraft-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-kgraft-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-kvmsmall-4.12.14-122.183.1.x86_64", "product_id": "kernel-kvmsmall-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-base-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-kvmsmall-base-4.12.14-122.183.1.x86_64", "product_id": "kernel-kvmsmall-base-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-kvmsmall-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-kvmsmall-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-kgraft-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-kvmsmall-kgraft-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-kvmsmall-kgraft-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-obs-build-4.12.14-122.183.1.x86_64", "product_id": "kernel-obs-build-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-obs-qa-4.12.14-122.183.1.x86_64", "product_id": "kernel-obs-qa-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-syms-4.12.14-122.183.1.x86_64", "product_id": "kernel-syms-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-vanilla-4.12.14-122.183.1.x86_64", "product_id": "kernel-vanilla-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-vanilla-base-4.12.14-122.183.1.x86_64", "product_id": "kernel-vanilla-base-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-vanilla-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-vanilla-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.x86_64", "product": { "name": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.x86_64", "product_id": "kernel-vanilla-kgraft-devel-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "product": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "product_id": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-122.183.1.x86_64", "product": { "name": "kselftests-kmp-default-4.12.14-122.183.1.x86_64", "product_id": "kselftests-kmp-default-4.12.14-122.183.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "product": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "product_id": "ocfs2-kmp-default-4.12.14-122.183.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 12 SP5", "product": { "name": "SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 12 SP5", "product": { "name": "SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-live-patching:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 12 SP5", "product": { "name": "SUSE Linux Enterprise Workstation Extension 12 SP5", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x" }, "product_reference": "cluster-md-kmp-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64" }, "product_reference": "cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "dlm-kmp-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x" }, "product_reference": "dlm-kmp-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64" }, "product_reference": "dlm-kmp-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x" }, "product_reference": "gfs2-kmp-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64" }, "product_reference": "gfs2-kmp-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x" }, "product_reference": "ocfs2-kmp-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64" }, "product_reference": "ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-kgraft-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-kgraft-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le" }, "product_reference": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x" }, "product_reference": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5", "product_id": "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64" }, "product_reference": "kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-docs-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-obs-build-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-obs-build-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-obs-build-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-obs-build-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-man-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-devel-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-macros-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-source-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-syms-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-syms-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-syms-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-syms-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-base-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-devel-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-default-man-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-devel-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-macros-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-4.12.14-122.183.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch" }, "product_reference": "kernel-source-4.12.14-122.183.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64" }, "product_reference": "kernel-syms-4.12.14-122.183.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le" }, "product_reference": "kernel-syms-4.12.14-122.183.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x" }, "product_reference": "kernel-syms-4.12.14-122.183.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-syms-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-4.12.14-122.183.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12 SP5", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" }, "product_reference": "kernel-default-extra-4.12.14-122.183.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.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": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:40:35Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:40:35Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:40:35Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.s390x", "SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_183-default-1-8.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.183.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.183.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.183.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:40:35Z", "details": "moderate" } ], "title": "CVE-2023-45862" } ] }
suse-su-2023:4375-1
Vulnerability from csaf_suse
Published
2023-11-06 12:47
Modified
2023-11-06 12:47
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP5 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-5178: Fixed an use-after-free and a double-free flaw that could allow a malicious user to execute a remote code execution. (bsc#1215768)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).
- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).
- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).
- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).
- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).
- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).
- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).
- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).
- NFS: Fix O_DIRECT locking issues (bsc#1211162).
- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).
- NFS: Fix a potential data corruption (bsc#1211162).
- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).
- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).
- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).
- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).
- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).
- NFS: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).
- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- bonding: Fix extraction of ports from the packet headers (bsc#1214754).
- bonding: Return pointer to data after pull on skb (bsc#1214754).
- bonding: do not assume skb mac_header is set (bsc#1214754).
- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).
- bpf: Add override check to kprobe multi link attach (git-fixes).
- bpf: Add zero_map_value to zero map value with special fields (git-fixes).
- bpf: Cleanup check_refcount_ok (git-fixes).
- bpf: Fix max stack depth check for async callbacks (git-fixes).
- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).
- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).
- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).
- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).
- bpf: Gate dynptr API behind CAP_BPF (git-fixes).
- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).
- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).
- bpf: Tighten ptr_to_btf_id checks (git-fixes).
- bpf: fix precision propagation verbose logging (git-fixes).
- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).
- bpf: propagate precision across all frames, not just the last one (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- btf: Export bpf_dynptr definition (git-fixes).
- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).
- ceph: add encryption support to writepage and writepages (jsc#SES-1880).
- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).
- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).
- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).
- ceph: add new mount option to enable sparse reads (jsc#SES-1880).
- ceph: add object version support for sync read (jsc#SES-1880).
- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).
- ceph: add some fscrypt guardrails (jsc#SES-1880).
- ceph: add support for encrypted snapshot names (jsc#SES-1880).
- ceph: add support to readdir for encrypted names (jsc#SES-1880).
- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).
- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).
- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).
- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).
- ceph: decode alternate_name in lease info (jsc#SES-1880).
- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).
- ceph: drop messages from MDS when unmounting (jsc#SES-1880).
- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).
- ceph: fix type promotion bug on 32bit systems (bsc#1216324).
- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).
- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).
- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).
- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).
- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).
- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).
- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).
- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).
- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).
- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).
- ceph: mark directory as non-complete after loading key (jsc#SES-1880).
- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).
- ceph: plumb in decryption during reads (jsc#SES-1880).
- ceph: preallocate inode for ops that may create one (jsc#SES-1880).
- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).
- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).
- ceph: send alternate_name in MClientRequest (jsc#SES-1880).
- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).
- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).
- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).
- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).
- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).
- ceph: wait for OSD requests' callbacks to finish when unmounting (jsc#SES-1880).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).
- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).
- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).
- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).
- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).
- drm/amdkfd: Use gpu_offset for user queue's wptr (git-fixes).
- drm/atomic-helper: relax unregistered connector check (git-fixes).
- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).
- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).
- drm/i915/pmu: Check if pmu is closed before stopping event (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- fix x86/mm: print the encryption features in hyperv is disabled
- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).
- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- i2c: aspeed: Fix i2c bus hang in slave read (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() (git-fixes).
- i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() (git-fixes).
- i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- i2c: stm32f7: Fix PEC handling in case of SMBUS transfers (git-fixes).
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale (git-fixes).
- iio: adc: xilinx-xadc: Do not clobber preset voltage/temperature thresholds (git-fixes).
- iio: exynos-adc: request second interupt only when touchscreen mode is used (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- intel x86 platform vsec kABI workaround (bsc#1216202).
- io_uring/fs: remove sqe->rw_flags checking from LINKAT (git-fixes).
- io_uring/rw: defer fsnotify calls to task context (git-fixes).
- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).
- io_uring/rw: remove leftover debug statement (git-fixes).
- io_uring: Replace 0-length array with flexible array (git-fixes).
- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).
- io_uring: fix fdinfo sqe offsets calculation (git-fixes).
- io_uring: fix memory leak when removing provided buffers (git-fixes).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)
- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).
- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).
- libceph: add sparse read support to OSD client (jsc#SES-1880).
- libceph: add sparse read support to msgr1 (jsc#SES-1880).
- libceph: add spinlock around osd->o_requests (jsc#SES-1880).
- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).
- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).
- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).
- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).
- libceph: use kernel_connect() (bsc#1216323).
- misc: fastrpc: Clean buffers on remote invocation failures (git-fixes).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show() (git-fixes).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg (git-fixes).
- net: use sk_is_tcp() in more places (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).
- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).
- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).
- platform/x86/intel: Fix 'rmmod pmt_telemetry' panic (bsc#1216202).
- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- quota: Fix slow quotaoff (bsc#1216621).
- r8152: Cancel hw_phy_work if we have an error in probe (git-fixes).
- r8152: Increase USB control msg timeout to 5000ms as per spec (git-fixes).
- r8152: Release firmware if we have an error in probe (git-fixes).
- r8152: Run the unload routine if we have errors during probe (git-fixes).
- r8152: check budget for r8152_poll() (git-fixes).
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).
- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock (git-fixes).
- scsi: iscsi: Add length check for nlattr payload (git-fixes).
- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).
- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).
- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).
- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).
- scsi: pm8001: Setup IRQs on resume (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).
- scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (git-fixes).
- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).
- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).
- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).
- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- treewide: Spelling fix in comment (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).
- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).
- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).
- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).
- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (bsc#1214635).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).
Patchnames
SUSE-2023-4375,SUSE-SLE-Micro-5.5-2023-4375,SUSE-SLE-Module-Basesystem-15-SP5-2023-4375,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4375,SUSE-SLE-Module-Legacy-15-SP5-2023-4375,SUSE-SLE-Module-Live-Patching-15-SP5-2023-4375,SUSE-SLE-Product-HA-15-SP5-2023-4375,SUSE-SLE-Product-WE-15-SP5-2023-4375,openSUSE-SLE-15.5-2023-4375
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP5 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-5178: Fixed an use-after-free and a double-free flaw that could allow a malicious user to execute a remote code execution. (bsc#1215768)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).\n- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).\n- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).\n- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).\n- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).\n- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).\n- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).\n- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).\n- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).\n- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).\n- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).\n- NFS: Fix O_DIRECT locking issues (bsc#1211162).\n- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).\n- NFS: Fix a potential data corruption (bsc#1211162).\n- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).\n- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).\n- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).\n- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).\n- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).\n- NFS: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).\n- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- bonding: Fix extraction of ports from the packet headers (bsc#1214754).\n- bonding: Return pointer to data after pull on skb (bsc#1214754).\n- bonding: do not assume skb mac_header is set (bsc#1214754).\n- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).\n- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).\n- bpf: Add override check to kprobe multi link attach (git-fixes).\n- bpf: Add zero_map_value to zero map value with special fields (git-fixes).\n- bpf: Cleanup check_refcount_ok (git-fixes).\n- bpf: Fix max stack depth check for async callbacks (git-fixes).\n- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).\n- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).\n- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).\n- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).\n- bpf: Gate dynptr API behind CAP_BPF (git-fixes).\n- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).\n- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).\n- bpf: Tighten ptr_to_btf_id checks (git-fixes).\n- bpf: fix precision propagation verbose logging (git-fixes).\n- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).\n- bpf: propagate precision across all frames, not just the last one (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- btf: Export bpf_dynptr definition (git-fixes).\n- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).\n- ceph: add encryption support to writepage and writepages (jsc#SES-1880).\n- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).\n- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).\n- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).\n- ceph: add new mount option to enable sparse reads (jsc#SES-1880).\n- ceph: add object version support for sync read (jsc#SES-1880).\n- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).\n- ceph: add some fscrypt guardrails (jsc#SES-1880).\n- ceph: add support for encrypted snapshot names (jsc#SES-1880).\n- ceph: add support to readdir for encrypted names (jsc#SES-1880).\n- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).\n- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).\n- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).\n- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).\n- ceph: decode alternate_name in lease info (jsc#SES-1880).\n- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).\n- ceph: drop messages from MDS when unmounting (jsc#SES-1880).\n- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).\n- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).\n- ceph: fix type promotion bug on 32bit systems (bsc#1216324).\n- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).\n- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).\n- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).\n- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).\n- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).\n- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).\n- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).\n- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).\n- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).\n- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).\n- ceph: mark directory as non-complete after loading key (jsc#SES-1880).\n- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).\n- ceph: plumb in decryption during reads (jsc#SES-1880).\n- ceph: preallocate inode for ops that may create one (jsc#SES-1880).\n- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).\n- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).\n- ceph: send alternate_name in MClientRequest (jsc#SES-1880).\n- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).\n- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).\n- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).\n- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).\n- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).\n- ceph: wait for OSD requests\u0027 callbacks to finish when unmounting (jsc#SES-1880).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).\n- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).\n- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).\n- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).\n- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).\n- drm/amdkfd: Use gpu_offset for user queue\u0027s wptr (git-fixes).\n- drm/atomic-helper: relax unregistered connector check (git-fixes).\n- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).\n- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).\n- drm/i915/pmu: Check if pmu is closed before stopping event (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- fix x86/mm: print the encryption features in hyperv is disabled\n- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).\n- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- i2c: aspeed: Fix i2c bus hang in slave read (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() (git-fixes).\n- i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() (git-fixes).\n- i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- i2c: stm32f7: Fix PEC handling in case of SMBUS transfers (git-fixes).\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale (git-fixes).\n- iio: adc: xilinx-xadc: Do not clobber preset voltage/temperature thresholds (git-fixes).\n- iio: exynos-adc: request second interupt only when touchscreen mode is used (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- intel x86 platform vsec kABI workaround (bsc#1216202).\n- io_uring/fs: remove sqe-\u003erw_flags checking from LINKAT (git-fixes).\n- io_uring/rw: defer fsnotify calls to task context (git-fixes).\n- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).\n- io_uring/rw: remove leftover debug statement (git-fixes).\n- io_uring: Replace 0-length array with flexible array (git-fixes).\n- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).\n- io_uring: fix fdinfo sqe offsets calculation (git-fixes).\n- io_uring: fix memory leak when removing provided buffers (git-fixes).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)\n- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).\n- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).\n- libceph: add sparse read support to OSD client (jsc#SES-1880).\n- libceph: add sparse read support to msgr1 (jsc#SES-1880).\n- libceph: add spinlock around osd-\u003eo_requests (jsc#SES-1880).\n- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).\n- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).\n- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).\n- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).\n- libceph: use kernel_connect() (bsc#1216323).\n- misc: fastrpc: Clean buffers on remote invocation failures (git-fixes).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show() (git-fixes).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg (git-fixes).\n- net: use sk_is_tcp() in more places (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).\n- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).\n- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).\n- platform/x86/intel: Fix \u0027rmmod pmt_telemetry\u0027 panic (bsc#1216202).\n- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- quota: Fix slow quotaoff (bsc#1216621).\n- r8152: Cancel hw_phy_work if we have an error in probe (git-fixes).\n- r8152: Increase USB control msg timeout to 5000ms as per spec (git-fixes).\n- r8152: Release firmware if we have an error in probe (git-fixes).\n- r8152: Run the unload routine if we have errors during probe (git-fixes).\n- r8152: check budget for r8152_poll() (git-fixes).\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).\n- scsi: fcoe: Fix potential deadlock on \u0026fip-\u003ectlr_lock (git-fixes).\n- scsi: iscsi: Add length check for nlattr payload (git-fixes).\n- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).\n- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).\n- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).\n- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).\n- scsi: pm8001: Setup IRQs on resume (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).\n- scsi: qedi: Fix potential deadlock on \u0026qedi_percpu-\u003ep_work_lock (git-fixes).\n- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).\n- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).\n- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).\n- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- treewide: Spelling fix in comment (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).\n- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).\n- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).\n- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).\n- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).\n- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).\n- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).\n- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (bsc#1214635).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4375,SUSE-SLE-Micro-5.5-2023-4375,SUSE-SLE-Module-Basesystem-15-SP5-2023-4375,SUSE-SLE-Module-Development-Tools-15-SP5-2023-4375,SUSE-SLE-Module-Legacy-15-SP5-2023-4375,SUSE-SLE-Module-Live-Patching-15-SP5-2023-4375,SUSE-SLE-Product-HA-15-SP5-2023-4375,SUSE-SLE-Product-WE-15-SP5-2023-4375,openSUSE-SLE-15.5-2023-4375", "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/suse-su-2023_4375-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4375-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234375-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4375-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017006.html" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1211162", "url": "https://bugzilla.suse.com/1211162" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1212423", "url": "https://bugzilla.suse.com/1212423" }, { "category": "self", "summary": "SUSE Bug 1212649", "url": "https://bugzilla.suse.com/1212649" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213772", "url": "https://bugzilla.suse.com/1213772" }, { "category": "self", "summary": "SUSE Bug 1214754", "url": "https://bugzilla.suse.com/1214754" }, { "category": "self", "summary": "SUSE Bug 1214874", "url": "https://bugzilla.suse.com/1214874" }, { "category": "self", "summary": "SUSE Bug 1215095", "url": "https://bugzilla.suse.com/1215095" }, { "category": "self", "summary": "SUSE Bug 1215104", "url": "https://bugzilla.suse.com/1215104" }, { "category": "self", "summary": "SUSE Bug 1215523", "url": "https://bugzilla.suse.com/1215523" }, { "category": "self", "summary": "SUSE Bug 1215545", "url": "https://bugzilla.suse.com/1215545" }, { "category": "self", "summary": "SUSE Bug 1215921", "url": "https://bugzilla.suse.com/1215921" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1215986", "url": "https://bugzilla.suse.com/1215986" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216202", "url": "https://bugzilla.suse.com/1216202" }, { "category": "self", "summary": "SUSE Bug 1216322", "url": "https://bugzilla.suse.com/1216322" }, { "category": "self", "summary": "SUSE Bug 1216323", "url": "https://bugzilla.suse.com/1216323" }, { "category": "self", "summary": "SUSE Bug 1216324", "url": "https://bugzilla.suse.com/1216324" }, { "category": "self", "summary": "SUSE Bug 1216333", "url": "https://bugzilla.suse.com/1216333" }, { "category": "self", "summary": "SUSE Bug 1216345", "url": "https://bugzilla.suse.com/1216345" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE Bug 1216621", "url": "https://bugzilla.suse.com/1216621" }, { "category": "self", "summary": "SUSE Bug 802154", "url": "https://bugzilla.suse.com/802154" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39191 page", "url": "https://www.suse.com/security/cve/CVE-2023-39191/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46813 page", "url": "https://www.suse.com/security/cve/CVE-2023-46813/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-06T12:47:07Z", "generator": { "date": "2023-11-06T12:47:07Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4375-1", "initial_release_date": "2023-11-06T12:47:07Z", "revision_history": [ { "date": "2023-11-06T12:47:07Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-allwinner-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-altera-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-altera-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-altera-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-amazon-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-amazon-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-amazon-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-amd-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-amd-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-amd-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-amlogic-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-apm-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-apm-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-apm-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-apple-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-apple-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-apple-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-arm-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-arm-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-arm-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-broadcom-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-cavium-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-cavium-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-cavium-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-exynos-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-exynos-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-exynos-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-freescale-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-freescale-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-freescale-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-hisilicon-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-lg-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-lg-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-lg-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-marvell-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-marvell-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-marvell-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-mediatek-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-nvidia-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-qcom-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-qcom-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-qcom-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-renesas-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-renesas-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-renesas-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-rockchip-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-socionext-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-socionext-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-socionext-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-sprd-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-sprd-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-sprd-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "product": { "name": "dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "product_id": "dtb-xilinx-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "product": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "product_id": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "product": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "product_id": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-extra-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-default-optional-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-obs-qa-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kernel-syms-5.14.21-150500.55.36.1.aarch64", "product_id": "kernel-syms-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product": { "name": "reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "product_id": "reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "product": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "product_id": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-devel-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-devel-5.14.21-150500.55.36.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-docs-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-docs-5.14.21-150500.55.36.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-docs-html-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-docs-html-5.14.21-150500.55.36.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-macros-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-macros-5.14.21-150500.55.36.1.noarch" } }, { "category": "product_version", "name": "kernel-source-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-source-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-source-5.14.21-150500.55.36.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "product": { "name": "kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "product_id": "kernel-source-vanilla-5.14.21-150500.55.36.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-debug-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-debug-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "product": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "product_id": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "product": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "product_id": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-extra-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-default-optional-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "product": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "product_id": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kernel-syms-5.14.21-150500.55.36.1.ppc64le", "product_id": "kernel-syms-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "product_id": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-devel-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-extra-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-default-optional-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "product": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "product_id": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-obs-build-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-obs-qa-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-syms-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-syms-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "product": { "name": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "product_id": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "kselftests-kmp-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "product": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "product_id": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-debug-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-debug-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-debug-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "product": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "product_id": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "product": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "product_id": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-optional-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-default-vdso-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "product": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "product_id": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-obs-qa-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kernel-syms-5.14.21-150500.55.36.1.x86_64", "product_id": "kernel-syms-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "product": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "product_id": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP5", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 15 SP5", "product": { "name": "SUSE Linux Enterprise Workstation Extension 15 SP5", "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.14.21-150500.55.36.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-devel-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.14.21-150500.55.36.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-macros-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.14.21-150500.55.36.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-docs-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.14.21-150500.55.36.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-source-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le" }, "product_reference": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x" }, "product_reference": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP5", "product_id": "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64" }, "product_reference": "kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP5", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP5", "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-allwinner-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-altera-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-altera-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amazon-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-amazon-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amd-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-amd-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amlogic-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-apm-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-apm-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-apple-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-apple-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-arm-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-arm-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-broadcom-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-cavium-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-cavium-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-exynos-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-exynos-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-freescale-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-freescale-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-hisilicon-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-lg-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-lg-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-marvell-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-marvell-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-mediatek-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-nvidia-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-qcom-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-qcom-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-renesas-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-renesas-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-rockchip-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-socionext-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-socionext-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-sprd-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-sprd-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-xilinx-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-debug-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-debug-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-extra-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-default-optional-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-vdso-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-devel-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-docs-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-html-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-docs-html-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-macros-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-source-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-vanilla-5.14.21-150500.55.36.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch" }, "product_reference": "kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kernel-syms-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39191", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39191" } ], "notes": [ { "category": "general", "text": "An improper input validation flaw was found in the eBPF subsystem in the Linux kernel. The issue occurs due to a lack of proper validation of dynamic pointers within user-supplied eBPF programs prior to executing them. This may allow an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code in the context of the kernel.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39191", "url": "https://www.suse.com/security/cve/CVE-2023-39191" }, { "category": "external", "summary": "SUSE Bug 1215863 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215863" }, { "category": "external", "summary": "SUSE Bug 1215887 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215887" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "important" } ], "title": "CVE-2023-39191" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-46813", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46813" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Linux kernel before 6.5.9, exploitable by local users with userspace access to MMIO registers. Incorrect access checking in the #VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses could lead to arbitrary write access to kernel memory (and thus privilege escalation). This depends on a race condition through which userspace can replace an instruction before the #VC handler reads it.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46813", "url": "https://www.suse.com/security/cve/CVE-2023-46813" }, { "category": "external", "summary": "SUSE Bug 1212649 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1212649" }, { "category": "external", "summary": "SUSE Bug 1216896 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1216896" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "important" } ], "title": "CVE-2023-46813" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_36-default-1-150500.11.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-devel-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-macros-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-docs-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-source-5.14.21-150500.55.36.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:cluster-md-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:dlm-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:dtb-allwinner-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-altera-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amazon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-amlogic-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-apple-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-arm-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-broadcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-cavium-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-exynos-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-freescale-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-hisilicon-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-lg-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-marvell-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-mediatek-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-nvidia-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-qcom-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-renesas-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-rockchip-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-socionext-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-sprd-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:dtb-xilinx-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:gfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-64kb-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-debug-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-debug-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.aarch64", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.ppc64le", "openSUSE Leap 15.5:kernel-default-base-rebuild-5.14.21-150500.55.36.1.150500.6.15.3.x86_64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-extra-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-default-optional-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-default-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-devel-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-docs-html-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-kvmsmall-livepatch-devel-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-kvmsmall-vdso-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-macros-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-build-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-obs-qa-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-source-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-source-vanilla-5.14.21-150500.55.36.1.noarch", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kernel-syms-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:kernel-zfcpdump-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:kselftests-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:ocfs2-kmp-default-5.14.21-150500.55.36.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-64kb-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.ppc64le", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.s390x", "openSUSE Leap 15.5:reiserfs-kmp-default-5.14.21-150500.55.36.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:47:07Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4347-1
Vulnerability from csaf_suse
Published
2023-11-02 14:36
Modified
2023-11-02 14:36
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).
- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).
- CVE-2023-1206: Fixed a hash collision flaw in the IPv6 connection lookup table which could be exploited by network adjacent attackers, increasing CPU usage by 95% (bsc#1212703).
- CVE-2023-4921: Fixed a use-after-free vulnerability in the QFQ network scheduler which could be exploited to achieve local privilege escalation (bsc#1215275).
- CVE-2023-4622: Fixed a use-after-free vulnerability in the Unix domain sockets component which could be exploited to achieve local privilege escalation (bsc#1215117).
- CVE-2023-4623: Fixed a use-after-free issue in the HFSC network scheduler which could be exploited to achieve local privilege escalation (bsc#1215115).
- CVE-2020-36766: Fixed a potential information leak in in the CEC driver (bsc#1215299).
- CVE-2023-1859: Fixed a use-after-free flaw in Xen transport for 9pfs which could be exploited to crash the system (bsc#1210169).
- CVE-2023-4881: Fixed a out-of-bounds write flaw in the netfilter subsystem that could lead to potential information disclosure or a denial of service (bsc#1215221).
- CVE-2023-40283: Fixed use-after-free in l2cap_sock_ready_cb (bsc#1214233).
- CVE-2023-1192: Fixed use-after-free in cifs_demultiplex_thread() (bsc#1208995).
The following non-security bugs were fixed:
- check-for-config-changes: ignore BUILTIN_RETURN_ADDRESS_STRIPS_PAC (bsc#1214380). gcc7 on SLE 15 does not support this while later gcc does.
- mkspec: Allow unsupported KMPs (bsc#1214386)
- old-flavors: Drop 2.6 kernels. 2.6 based kernels are EOL, upgrading from them is no longer suported.
Patchnames
SUSE-2023-4347,SUSE-SLE-Module-Live-Patching-15-SP1-2023-4347,SUSE-SLE-Product-HA-15-SP1-2023-4347,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-4347,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-4347,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-4347,openSUSE-SLE-15.4-2023-4347,openSUSE-SLE-15.5-2023-4347
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).\n- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).\n- CVE-2023-1206: Fixed a hash collision flaw in the IPv6 connection lookup table which could be exploited by network adjacent attackers, increasing CPU usage by 95% (bsc#1212703).\n- CVE-2023-4921: Fixed a use-after-free vulnerability in the QFQ network scheduler which could be exploited to achieve local privilege escalation (bsc#1215275).\n- CVE-2023-4622: Fixed a use-after-free vulnerability in the Unix domain sockets component which could be exploited to achieve local privilege escalation (bsc#1215117).\n- CVE-2023-4623: Fixed a use-after-free issue in the HFSC network scheduler which could be exploited to achieve local privilege escalation (bsc#1215115).\n- CVE-2020-36766: Fixed a potential information leak in in the CEC driver (bsc#1215299).\n- CVE-2023-1859: Fixed a use-after-free flaw in Xen transport for 9pfs which could be exploited to crash the system (bsc#1210169).\n- CVE-2023-4881: Fixed a out-of-bounds write flaw in the netfilter subsystem that could lead to potential information disclosure or a denial of service (bsc#1215221).\n- CVE-2023-40283: Fixed use-after-free in l2cap_sock_ready_cb (bsc#1214233).\n- CVE-2023-1192: Fixed use-after-free in cifs_demultiplex_thread() (bsc#1208995).\n\nThe following non-security bugs were fixed:\n\n- check-for-config-changes: ignore BUILTIN_RETURN_ADDRESS_STRIPS_PAC (bsc#1214380). gcc7 on SLE 15 does not support this while later gcc does.\n- mkspec: Allow unsupported KMPs (bsc#1214386)\n- old-flavors: Drop 2.6 kernels. 2.6 based kernels are EOL, upgrading from them is no longer suported.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4347,SUSE-SLE-Module-Live-Patching-15-SP1-2023-4347,SUSE-SLE-Product-HA-15-SP1-2023-4347,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-4347,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-4347,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-4347,openSUSE-SLE-15.4-2023-4347,openSUSE-SLE-15.5-2023-4347", "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/suse-su-2023_4347-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4347-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234347-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4347-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032577.html" }, { "category": "self", "summary": "SUSE Bug 1208995", "url": "https://bugzilla.suse.com/1208995" }, { "category": "self", "summary": "SUSE Bug 1210169", "url": "https://bugzilla.suse.com/1210169" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1212703", "url": "https://bugzilla.suse.com/1212703" }, { "category": "self", "summary": "SUSE Bug 1214233", "url": "https://bugzilla.suse.com/1214233" }, { "category": "self", "summary": "SUSE Bug 1214380", "url": "https://bugzilla.suse.com/1214380" }, { "category": "self", "summary": "SUSE Bug 1214386", "url": "https://bugzilla.suse.com/1214386" }, { "category": "self", "summary": "SUSE Bug 1215115", "url": "https://bugzilla.suse.com/1215115" }, { "category": "self", "summary": "SUSE Bug 1215117", "url": "https://bugzilla.suse.com/1215117" }, { "category": "self", "summary": "SUSE Bug 1215221", "url": "https://bugzilla.suse.com/1215221" }, { "category": "self", "summary": "SUSE Bug 1215275", "url": "https://bugzilla.suse.com/1215275" }, { "category": "self", "summary": "SUSE Bug 1215299", "url": "https://bugzilla.suse.com/1215299" }, { "category": "self", "summary": "SUSE Bug 1215467", "url": "https://bugzilla.suse.com/1215467" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1215858", "url": "https://bugzilla.suse.com/1215858" }, { "category": "self", "summary": "SUSE Bug 1215860", "url": "https://bugzilla.suse.com/1215860" }, { "category": "self", "summary": "SUSE Bug 1215861", "url": "https://bugzilla.suse.com/1215861" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE CVE CVE-2020-36766 page", "url": "https://www.suse.com/security/cve/CVE-2020-36766/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-1192 page", "url": "https://www.suse.com/security/cve/CVE-2023-1192/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-1206 page", "url": "https://www.suse.com/security/cve/CVE-2023-1206/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-1859 page", "url": "https://www.suse.com/security/cve/CVE-2023-1859/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39192 page", "url": "https://www.suse.com/security/cve/CVE-2023-39192/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39194 page", "url": "https://www.suse.com/security/cve/CVE-2023-39194/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-40283 page", "url": "https://www.suse.com/security/cve/CVE-2023-40283/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-42754 page", "url": "https://www.suse.com/security/cve/CVE-2023-42754/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4622 page", "url": "https://www.suse.com/security/cve/CVE-2023-4622/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4623 page", "url": "https://www.suse.com/security/cve/CVE-2023-4623/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4881 page", "url": "https://www.suse.com/security/cve/CVE-2023-4881/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-4921 page", "url": "https://www.suse.com/security/cve/CVE-2023-4921/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:36:57Z", "generator": { "date": "2023-11-02T14:36:57Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4347-1", "initial_release_date": "2023-11-02T14:36:57Z", "revision_history": [ { "date": "2023-11-02T14:36:57Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "dlm-kmp-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-base-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-base-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-extra-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-extra-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-livepatch-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-obs-qa-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-obs-qa-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-syms-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-syms-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "product_id": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "kselftests-kmp-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "product": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "product_id": "reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-devel-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-devel-4.12.14-150100.197.160.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-docs-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-docs-4.12.14-150100.197.160.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-docs-html-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-docs-html-4.12.14-150100.197.160.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-macros-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-macros-4.12.14-150100.197.160.1.noarch" } }, { "category": "product_version", "name": "kernel-source-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-source-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-source-4.12.14-150100.197.160.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-4.12.14-150100.197.160.1.noarch", "product": { "name": "kernel-source-vanilla-4.12.14-150100.197.160.1.noarch", "product_id": "kernel-source-vanilla-4.12.14-150100.197.160.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-debug-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-debug-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-debug-base-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-debug-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-debug-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-extra-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-extra-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "product": { "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "product_id": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-obs-qa-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-obs-qa-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-syms-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-syms-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "product_id": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "kselftests-kmp-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le" } }, { "category": "product_version", "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "product_id": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "dlm-kmp-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "gfs2-kmp-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-base-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-base-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-devel-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-extra-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-extra-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-livepatch-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-default-man-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-default-man-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-default-man-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-obs-build-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-obs-qa-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-obs-qa-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-syms-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-syms-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-vanilla-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-zfcpdump-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-zfcpdump-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "product": { "name": "kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "product_id": "kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "kselftests-kmp-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x" } }, { "category": "product_version", "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "product": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "product_id": "reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "dlm-kmp-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-debug-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-debug-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-debug-base-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-debug-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-debug-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-debug-livepatch-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-base-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-base-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-extra-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-extra-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-kvmsmall-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-kvmsmall-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-kvmsmall-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-kvmsmall-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-kvmsmall-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-kvmsmall-livepatch-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "product": { "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "product_id": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-obs-qa-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-obs-qa-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-syms-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-syms-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "product_id": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "kselftests-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "kselftests-kmp-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "product": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "product_id": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP1", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le" }, "product_reference": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP1", "product_id": "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64" }, "product_reference": "kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP1", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-devel-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-docs-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-macros-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-source-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-default-man-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-devel-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-docs-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-macros-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-source-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-devel-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-docs-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-macros-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-4.12.14-150100.197.160.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch" }, "product_reference": "kernel-source-4.12.14-150100.197.160.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-syms-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-base-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-base-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-default-man-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" }, "product_reference": "kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36766", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-36766" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Linux kernel before 5.8.6. drivers/media/cec/core/cec-api.c leaks one byte of kernel memory on specific hardware to unprivileged users, because of directly assigning log_addrs with a hole in the struct.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-36766", "url": "https://www.suse.com/security/cve/CVE-2020-36766" }, { "category": "external", "summary": "SUSE Bug 1215299 for CVE-2020-36766", "url": "https://bugzilla.suse.com/1215299" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "low" } ], "title": "CVE-2020-36766" }, { "cve": "CVE-2023-1192", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-1192" } ], "notes": [ { "category": "general", "text": "A use-after-free flaw was found in smb2_is_status_io_timeout() in CIFS in the Linux Kernel. After CIFS transfers response data to a system call, there are still local variable points to the memory region, and if the system call frees it faster than CIFS uses it, CIFS will access a free memory region, leading to a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-1192", "url": "https://www.suse.com/security/cve/CVE-2023-1192" }, { "category": "external", "summary": "SUSE Bug 1208995 for CVE-2023-1192", "url": "https://bugzilla.suse.com/1208995" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-1192" }, { "cve": "CVE-2023-1206", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-1206" } ], "notes": [ { "category": "general", "text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u0027s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-1206", "url": "https://www.suse.com/security/cve/CVE-2023-1206" }, { "category": "external", "summary": "SUSE Bug 1212703 for CVE-2023-1206", "url": "https://bugzilla.suse.com/1212703" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-1206", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1859", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-1859" } ], "notes": [ { "category": "general", "text": "A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-1859", "url": "https://www.suse.com/security/cve/CVE-2023-1859" }, { "category": "external", "summary": "SUSE Bug 1210169 for CVE-2023-1859", "url": "https://bugzilla.suse.com/1210169" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-1859" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39192", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39192" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39192", "url": "https://www.suse.com/security/cve/CVE-2023-39192" }, { "category": "external", "summary": "SUSE Bug 1215858 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1215858" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-39192" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-39194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39194" } ], "notes": [ { "category": "general", "text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39194", "url": "https://www.suse.com/security/cve/CVE-2023-39194" }, { "category": "external", "summary": "SUSE Bug 1215861 for CVE-2023-39194", "url": "https://bugzilla.suse.com/1215861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-39194" }, { "cve": "CVE-2023-40283", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-40283" } ], "notes": [ { "category": "general", "text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-40283", "url": "https://www.suse.com/security/cve/CVE-2023-40283" }, { "category": "external", "summary": "SUSE Bug 1214233 for CVE-2023-40283", "url": "https://bugzilla.suse.com/1214233" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-40283" }, { "cve": "CVE-2023-42754", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-42754" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-42754", "url": "https://www.suse.com/security/cve/CVE-2023-42754" }, { "category": "external", "summary": "SUSE Bug 1215467 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1215467" }, { "category": "external", "summary": "SUSE Bug 1222212 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1222212" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-42754" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-45862" }, { "cve": "CVE-2023-4622", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4622" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s af_unix component can be exploited to achieve local privilege escalation.\n\nThe unix_stream_sendpage() function tries to add data to the last skb in the peer\u0027s recv queue without locking the queue. Thus there is a race where unix_stream_sendpage() could access an skb locklessly that is being released by garbage collection, resulting in use-after-free.\n\nWe recommend upgrading past commit 790c2f9d15b594350ae9bca7b236f2b1859de02c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4622", "url": "https://www.suse.com/security/cve/CVE-2023-4622" }, { "category": "external", "summary": "SUSE Bug 1215117 for CVE-2023-4622", "url": "https://bugzilla.suse.com/1215117" }, { "category": "external", "summary": "SUSE Bug 1215442 for CVE-2023-4622", "url": "https://bugzilla.suse.com/1215442" }, { "category": "external", "summary": "SUSE Bug 1217531 for CVE-2023-4622", "url": "https://bugzilla.suse.com/1217531" }, { "category": "external", "summary": "SUSE Bug 1219699 for CVE-2023-4622", "url": "https://bugzilla.suse.com/1219699" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "important" } ], "title": "CVE-2023-4622" }, { "cve": "CVE-2023-4623", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4623" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_hfsc (HFSC qdisc traffic control) component can be exploited to achieve local privilege escalation.\n\nIf a class with a link-sharing curve (i.e. with the HFSC_FSC flag set) has a parent without a link-sharing curve, then init_vf() will call vttree_insert() on the parent, but vttree_remove() will be skipped in update_vf(). This leaves a dangling pointer that can cause a use-after-free.\n\nWe recommend upgrading past commit b3d26c5702c7d6c45456326e56d2ccf3f103e60f.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4623", "url": "https://www.suse.com/security/cve/CVE-2023-4623" }, { "category": "external", "summary": "SUSE Bug 1215115 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1215115" }, { "category": "external", "summary": "SUSE Bug 1215440 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1215440" }, { "category": "external", "summary": "SUSE Bug 1217444 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1217444" }, { "category": "external", "summary": "SUSE Bug 1217531 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1217531" }, { "category": "external", "summary": "SUSE Bug 1219698 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1219698" }, { "category": "external", "summary": "SUSE Bug 1221578 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1221578" }, { "category": "external", "summary": "SUSE Bug 1221598 for CVE-2023-4623", "url": "https://bugzilla.suse.com/1221598" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "important" } ], "title": "CVE-2023-4623" }, { "cve": "CVE-2023-4881", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4881" } ], "notes": [ { "category": "general", "text": "CVE-2023-4881 was wrongly assigned to a bug that was deemed to be a non-security issue by the Linux kernel security team.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4881", "url": "https://www.suse.com/security/cve/CVE-2023-4881" }, { "category": "external", "summary": "SUSE Bug 1215221 for CVE-2023-4881", "url": "https://bugzilla.suse.com/1215221" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "moderate" } ], "title": "CVE-2023-4881" }, { "cve": "CVE-2023-4921", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-4921" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\n\nWhen the plug qdisc is used as a class of the qfq qdisc, sending network packets triggers use-after-free in qfq_dequeue() due to the incorrect .peek handler of sch_plug and lack of error checking in agg_dequeue().\n\nWe recommend upgrading past commit 8fc134fee27f2263988ae38920bc03da416b03d8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-4921", "url": "https://www.suse.com/security/cve/CVE-2023-4921" }, { "category": "external", "summary": "SUSE Bug 1215275 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1215275" }, { "category": "external", "summary": "SUSE Bug 1215300 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1215300" }, { "category": "external", "summary": "SUSE Bug 1217444 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1217444" }, { "category": "external", "summary": "SUSE Bug 1217531 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1217531" }, { "category": "external", "summary": "SUSE Bug 1220906 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1220906" }, { "category": "external", "summary": "SUSE Bug 1223091 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1223091" }, { "category": "external", "summary": "SUSE Bug 1224418 for CVE-2023-4921", "url": "https://bugzilla.suse.com/1224418" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-150100_197_160-default-1-150100.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-150100.197.160.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-150100.197.160.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-default-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-kvmsmall-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.4:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-man-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-base-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-devel-4.12.14-150100.197.160.1.x86_64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.aarch64", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.ppc64le", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.s390x", "openSUSE Leap 15.5:kernel-vanilla-livepatch-devel-4.12.14-150100.197.160.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:36:57Z", "details": "important" } ], "title": "CVE-2023-4921" } ] }
suse-su-2023:4378-1
Vulnerability from csaf_suse
Published
2023-11-06 13:55
Modified
2023-11-06 13:55
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).
- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).
- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- r8152: check budget for r8152_poll() (git-fixes).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).
- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).
- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- xen-netback: use default TX queue size for vifs (git-fixes).
Patchnames
SUSE-2023-4378,SUSE-SLE-Micro-5.3-2023-4378,SUSE-SLE-Micro-5.4-2023-4378,SUSE-SLE-Module-Basesystem-15-SP4-2023-4378,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4378,SUSE-SLE-Module-Legacy-15-SP4-2023-4378,SUSE-SLE-Module-Live-Patching-15-SP4-2023-4378,SUSE-SLE-Product-HA-15-SP4-2023-4378,SUSE-SLE-Product-WE-15-SP4-2023-4378,openSUSE-Leap-Micro-5.3-2023-4378,openSUSE-Leap-Micro-5.4-2023-4378,openSUSE-SLE-15.4-2023-4378
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).\n- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).\n- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).\n- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).\n- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).\n- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- r8152: check budget for r8152_poll() (git-fixes).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).\n- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).\n- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).\n- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).\n- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).\n- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4378,SUSE-SLE-Micro-5.3-2023-4378,SUSE-SLE-Micro-5.4-2023-4378,SUSE-SLE-Module-Basesystem-15-SP4-2023-4378,SUSE-SLE-Module-Development-Tools-15-SP4-2023-4378,SUSE-SLE-Module-Legacy-15-SP4-2023-4378,SUSE-SLE-Module-Live-Patching-15-SP4-2023-4378,SUSE-SLE-Product-HA-15-SP4-2023-4378,SUSE-SLE-Product-WE-15-SP4-2023-4378,openSUSE-Leap-Micro-5.3-2023-4378,openSUSE-Leap-Micro-5.4-2023-4378,openSUSE-SLE-15.4-2023-4378", "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/suse-su-2023_4378-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4378-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234378-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4378-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017004.html" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1212423", "url": "https://bugzilla.suse.com/1212423" }, { "category": "self", "summary": "SUSE Bug 1212649", "url": "https://bugzilla.suse.com/1212649" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213772", "url": "https://bugzilla.suse.com/1213772" }, { "category": "self", "summary": "SUSE Bug 1214842", "url": "https://bugzilla.suse.com/1214842" }, { "category": "self", "summary": "SUSE Bug 1215095", "url": "https://bugzilla.suse.com/1215095" }, { "category": "self", "summary": "SUSE Bug 1215104", "url": "https://bugzilla.suse.com/1215104" }, { "category": "self", "summary": "SUSE Bug 1215518", "url": "https://bugzilla.suse.com/1215518" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1215956", "url": "https://bugzilla.suse.com/1215956" }, { "category": "self", "summary": "SUSE Bug 1215957", "url": "https://bugzilla.suse.com/1215957" }, { "category": "self", "summary": "SUSE Bug 1215986", "url": "https://bugzilla.suse.com/1215986" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216345", "url": "https://bugzilla.suse.com/1216345" }, { "category": "self", "summary": "SUSE Bug 1216510", "url": "https://bugzilla.suse.com/1216510" }, { "category": "self", "summary": "SUSE Bug 1216511", "url": "https://bugzilla.suse.com/1216511" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE Bug 1216621", "url": "https://bugzilla.suse.com/1216621" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-06T13:55:21Z", "generator": { "date": "2023-11-06T13:55:21Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4378-1", "initial_release_date": "2023-11-06T13:55:21Z", "revision_history": [ { "date": "2023-11-06T13:55:21Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-allwinner-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-altera-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-altera-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-altera-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-amazon-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-amazon-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-amazon-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-amd-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-amd-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-amd-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-amlogic-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-apm-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-apm-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-apm-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-apple-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-apple-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-apple-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-arm-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-arm-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-arm-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-broadcom-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-cavium-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-cavium-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-cavium-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-exynos-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-exynos-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-exynos-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-freescale-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-freescale-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-freescale-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-hisilicon-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-lg-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-lg-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-lg-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-marvell-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-marvell-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-marvell-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-mediatek-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-nvidia-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-qcom-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-qcom-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-qcom-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-renesas-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-renesas-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-renesas-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-rockchip-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-socionext-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-socionext-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-socionext-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-sprd-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-sprd-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-sprd-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "product": { "name": "dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "product_id": "dtb-xilinx-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "product": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "product_id": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "product": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "product_id": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-extra-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-default-optional-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-obs-qa-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kernel-syms-5.14.21-150400.24.97.1.aarch64", "product_id": "kernel-syms-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product": { "name": "reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "product_id": "reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "product": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "product_id": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-devel-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-devel-5.14.21-150400.24.97.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-docs-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-docs-5.14.21-150400.24.97.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-docs-html-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-docs-html-5.14.21-150400.24.97.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-macros-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-macros-5.14.21-150400.24.97.1.noarch" } }, { "category": "product_version", "name": "kernel-source-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-source-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-source-5.14.21-150400.24.97.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "product": { "name": "kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "product_id": "kernel-source-vanilla-5.14.21-150400.24.97.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-debug-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-debug-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "product": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "product_id": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "product": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "product_id": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-extra-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-default-optional-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "product": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "product_id": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kernel-syms-5.14.21-150400.24.97.1.ppc64le", "product_id": "kernel-syms-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "product_id": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-devel-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-extra-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-default-optional-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "product": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "product_id": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-obs-build-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-obs-qa-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-syms-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-syms-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "product": { "name": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "product_id": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "kselftests-kmp-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "product": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "product_id": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-debug-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-debug-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-debug-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "product": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "product_id": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "product": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "product_id": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-default-optional-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "product": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "product_id": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-obs-qa-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kernel-syms-5.14.21-150400.24.97.1.x86_64", "product_id": "kernel-syms-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "product": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "product_id": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP4", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP4", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 15 SP4", "product": { "name": "SUSE Linux Enterprise Workstation Extension 15 SP4", "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.4", "product": { "name": "openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.14.21-150400.24.97.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-devel-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.14.21-150400.24.97.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-macros-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.14.21-150400.24.97.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-docs-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.14.21-150400.24.97.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-source-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le" }, "product_reference": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x" }, "product_reference": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64" }, "product_reference": "kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP4", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP4", "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-allwinner-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-altera-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-altera-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amazon-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-amazon-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amd-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-amd-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-amlogic-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-apm-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-apm-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-apple-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-apple-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-arm-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-arm-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-broadcom-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-cavium-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-cavium-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-exynos-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-exynos-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-freescale-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-freescale-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-hisilicon-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-lg-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-lg-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-marvell-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-marvell-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-mediatek-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-nvidia-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-qcom-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-qcom-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-renesas-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-renesas-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-rockchip-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-socionext-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-socionext-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-sprd-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-sprd-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-xilinx-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-debug-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-debug-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" }, "product_reference": "kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-extra-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-default-optional-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-optional-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-devel-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-docs-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-html-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-docs-html-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-macros-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-qa-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-source-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-vanilla-5.14.21-150400.24.97.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch" }, "product_reference": "kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kernel-syms-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_97-default-1-150400.9.3.2.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-devel-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-macros-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-docs-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-source-5.14.21-150400.24.97.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "SUSE Linux Enterprise Workstation Extension 15 SP4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:cluster-md-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:dlm-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:dtb-allwinner-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-altera-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amazon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-amlogic-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-apple-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-arm-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-broadcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-cavium-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-exynos-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-freescale-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-hisilicon-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-lg-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-marvell-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-mediatek-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-nvidia-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-qcom-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-renesas-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-rockchip-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-socionext-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-sprd-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:dtb-xilinx-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:gfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-64kb-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-debug-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.ppc64le", "openSUSE Leap 15.4:kernel-default-base-rebuild-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-extra-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-default-optional-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-devel-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-docs-html-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-kvmsmall-livepatch-devel-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-macros-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-build-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-obs-qa-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-source-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-source-vanilla-5.14.21-150400.24.97.1.noarch", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kernel-syms-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:kernel-zfcpdump-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:kselftests-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:ocfs2-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-64kb-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.ppc64le", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap 15.4:reiserfs-kmp-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.aarch64", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.s390x", "openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.97.1.x86_64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.aarch64", "openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.97.1.150400.24.44.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T13:55:21Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4346-1
Vulnerability from csaf_suse
Published
2023-11-02 14:35
Modified
2023-11-02 14:35
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 12 SP5 Azure kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).
- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).
- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).
- iommu/amd: Set iommu->int_enabled consistently when interrupts are set up (bsc#1206010).
- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).
- memcg: drop kmem.limit_in_bytes (bsc#1208788) This brings a breaking commit for easier backport, it'll be fixed differently in a following commit.
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- ratelimit: Fix data-races in ___ratelimit() (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).
- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).
- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).
- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).
- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).
- sched: Avoid scale real weight down to zero (git fixes (sched)).
- sched: correct SD_flags returned by tl->sd_flags() (git fixes (sched)).
- sched: Reenable interrupts in do_sched_yield() (git fixes (sched)).
- sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() (git fixes (sched)).
- sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() (git fixes (sched)).
- sched/fair: Do not balance task to its current running CPU (git fixes (sched)).
- sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer() (git fixes (sched)).
- sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE (git fixes (sched)).
- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).
- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).
- tools/thermal: Fix possible path truncations (git-fixes).
- tracing: Fix cpu buffers unavailable due to 'record_disabled' missed (git-fixes).
- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).
- tracing: Fix race issue between cpu buffer write and swap (git-fixes).
- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).
- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).
- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).
- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).
- vhost-scsi: unbreak any layout for response (git-fixes).
- virtio_balloon: fix deadlock on OOM (git-fixes).
- virtio_balloon: fix increment of vb->num_pfns in fill_balloon() (git-fixes).
- virtio_net: Fix error unwinding of XDP initialization (git-fixes).
- virtio: Protect vqs list access (git-fixes).
- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).
- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).
Patchnames
SUSE-2023-4346,SUSE-SLE-SERVER-12-SP5-2023-4346
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 12 SP5 Azure kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).\n- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).\n- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).\n- iommu/amd: Set iommu-\u003eint_enabled consistently when interrupts are set up (bsc#1206010).\n- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).\n- memcg: drop kmem.limit_in_bytes (bsc#1208788) This brings a breaking commit for easier backport, it\u0027ll be fixed differently in a following commit.\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- ratelimit: Fix data-races in ___ratelimit() (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).\n- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).\n- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).\n- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).\n- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).\n- sched: Avoid scale real weight down to zero (git fixes (sched)).\n- sched: correct SD_flags returned by tl-\u003esd_flags() (git fixes (sched)).\n- sched: Reenable interrupts in do_sched_yield() (git fixes (sched)).\n- sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() (git fixes (sched)).\n- sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() (git fixes (sched)).\n- sched/fair: Do not balance task to its current running CPU (git fixes (sched)).\n- sched/rt: Minimize rq-\u003elock contention in do_sched_rt_period_timer() (git fixes (sched)).\n- sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE (git fixes (sched)).\n- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).\n- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).\n- tools/thermal: Fix possible path truncations (git-fixes).\n- tracing: Fix cpu buffers unavailable due to \u0027record_disabled\u0027 missed (git-fixes).\n- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).\n- tracing: Fix race issue between cpu buffer write and swap (git-fixes).\n- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).\n- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).\n- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).\n- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).\n- vhost-scsi: unbreak any layout for response (git-fixes).\n- virtio_balloon: fix deadlock on OOM (git-fixes).\n- virtio_balloon: fix increment of vb-\u003enum_pfns in fill_balloon() (git-fixes).\n- virtio_net: Fix error unwinding of XDP initialization (git-fixes).\n- virtio: Protect vqs list access (git-fixes).\n- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).\n- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4346,SUSE-SLE-SERVER-12-SP5-2023-4346", "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/suse-su-2023_4346-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4346-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234346-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4346-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032580.html" }, { "category": "self", "summary": "SUSE Bug 1206010", "url": "https://bugzilla.suse.com/1206010" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213950", "url": "https://bugzilla.suse.com/1213950" }, { "category": "self", "summary": "SUSE Bug 1213977", "url": "https://bugzilla.suse.com/1213977" }, { "category": "self", "summary": "SUSE Bug 1215743", "url": "https://bugzilla.suse.com/1215743" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216107", "url": "https://bugzilla.suse.com/1216107" }, { "category": "self", "summary": "SUSE Bug 1216140", "url": "https://bugzilla.suse.com/1216140" }, { "category": "self", "summary": "SUSE Bug 1216340", "url": "https://bugzilla.suse.com/1216340" }, { "category": "self", "summary": "SUSE Bug 1216513", "url": "https://bugzilla.suse.com/1216513" }, { "category": "self", "summary": "SUSE Bug 1216514", "url": "https://bugzilla.suse.com/1216514" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:35:44Z", "generator": { "date": "2023-11-02T14:35:44Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4346-1", "initial_release_date": "2023-11-02T14:35:44Z", "revision_history": [ { "date": "2023-11-02T14:35:44Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-azure-4.12.14-16.155.1.noarch", "product": { "name": "kernel-devel-azure-4.12.14-16.155.1.noarch", "product_id": "kernel-devel-azure-4.12.14-16.155.1.noarch" } }, { "category": "product_version", "name": "kernel-source-azure-4.12.14-16.155.1.noarch", "product": { "name": "kernel-source-azure-4.12.14-16.155.1.noarch", "product_id": "kernel-source-azure-4.12.14-16.155.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-azure-4.12.14-16.155.1.x86_64", "product": { "name": "cluster-md-kmp-azure-4.12.14-16.155.1.x86_64", "product_id": "cluster-md-kmp-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-azure-4.12.14-16.155.1.x86_64", "product": { "name": "dlm-kmp-azure-4.12.14-16.155.1.x86_64", "product_id": "dlm-kmp-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-azure-4.12.14-16.155.1.x86_64", "product": { "name": "gfs2-kmp-azure-4.12.14-16.155.1.x86_64", "product_id": "gfs2-kmp-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-azure-4.12.14-16.155.1.x86_64", "product_id": "kernel-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-base-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-azure-base-4.12.14-16.155.1.x86_64", "product_id": "kernel-azure-base-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-devel-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-azure-devel-4.12.14-16.155.1.x86_64", "product_id": "kernel-azure-devel-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-extra-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-azure-extra-4.12.14-16.155.1.x86_64", "product_id": "kernel-azure-extra-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-kgraft-devel-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-azure-kgraft-devel-4.12.14-16.155.1.x86_64", "product_id": "kernel-azure-kgraft-devel-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-azure-4.12.14-16.155.1.x86_64", "product": { "name": "kernel-syms-azure-4.12.14-16.155.1.x86_64", "product_id": "kernel-syms-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-azure-4.12.14-16.155.1.x86_64", "product": { "name": "kselftests-kmp-azure-4.12.14-16.155.1.x86_64", "product_id": "kselftests-kmp-azure-4.12.14-16.155.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-azure-4.12.14-16.155.1.x86_64", "product": { "name": "ocfs2-kmp-azure-4.12.14-16.155.1.x86_64", "product_id": "ocfs2-kmp-azure-4.12.14-16.155.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-base-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-base-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-devel-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-4.12.14-16.155.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch" }, "product_reference": "kernel-devel-azure-4.12.14-16.155.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-4.12.14-16.155.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch" }, "product_reference": "kernel-source-azure-4.12.14-16.155.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-syms-azure-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-base-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-base-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-azure-devel-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-4.12.14-16.155.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch" }, "product_reference": "kernel-devel-azure-4.12.14-16.155.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-4.12.14-16.155.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch" }, "product_reference": "kernel-source-azure-4.12.14-16.155.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-4.12.14-16.155.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" }, "product_reference": "kernel-syms-azure-4.12.14-16.155.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.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": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:44Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:44Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:44Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-base-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-azure-devel-4.12.14-16.155.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-azure-4.12.14-16.155.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-azure-4.12.14-16.155.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:44Z", "details": "moderate" } ], "title": "CVE-2023-45862" } ] }
suse-su-2023:4351-1
Vulnerability from csaf_suse
Published
2023-11-02 16:11
Modified
2023-11-02 16:11
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- Fix metadata references
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).
- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).
- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- Revert 'pinctrl: avoid unsafe code pattern in find_pinctrl()' (git-fixes).
- Revert 'tty: n_gsm: fix UAF in gsm_cleanup_mux' (git-fixes).
- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- quota: Fix slow quotaoff (bsc#1216621).
- r8152: check budget for r8152_poll() (git-fixes).
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).
- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).
- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- xen-netback: use default TX queue size for vifs (git-fixes).
Patchnames
SUSE-2023-4351,SUSE-SLE-Micro-5.3-2023-4351,SUSE-SLE-Micro-5.4-2023-4351,SUSE-SLE-Module-Live-Patching-15-SP4-2023-4351,SUSE-SLE-Module-RT-15-SP4-2023-4351,openSUSE-Leap-Micro-5.3-2023-4351,openSUSE-Leap-Micro-5.4-2023-4351,openSUSE-SLE-15.4-2023-4351
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- Fix metadata references\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).\n- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).\n- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).\n- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).\n- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).\n- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- Revert \u0027pinctrl: avoid unsafe code pattern in find_pinctrl()\u0027 (git-fixes).\n- Revert \u0027tty: n_gsm: fix UAF in gsm_cleanup_mux\u0027 (git-fixes).\n- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- quota: Fix slow quotaoff (bsc#1216621).\n- r8152: check budget for r8152_poll() (git-fixes).\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- s390: add z16 elf platform (git-fixes LTC#203789 bsc#1215956 LTC#203788 bsc#1215957).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).\n- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).\n- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).\n- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).\n- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).\n- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4351,SUSE-SLE-Micro-5.3-2023-4351,SUSE-SLE-Micro-5.4-2023-4351,SUSE-SLE-Module-Live-Patching-15-SP4-2023-4351,SUSE-SLE-Module-RT-15-SP4-2023-4351,openSUSE-Leap-Micro-5.3-2023-4351,openSUSE-Leap-Micro-5.4-2023-4351,openSUSE-SLE-15.4-2023-4351", "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/suse-su-2023_4351-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4351-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234351-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4351-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032585.html" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1212423", "url": "https://bugzilla.suse.com/1212423" }, { "category": "self", "summary": "SUSE Bug 1213772", "url": "https://bugzilla.suse.com/1213772" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46813 page", "url": "https://www.suse.com/security/cve/CVE-2023-46813/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T16:11:31Z", "generator": { "date": "2023-11-02T16:11:31Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4351-1", "initial_release_date": "2023-11-02T16:11:31Z", "revision_history": [ { "date": "2023-11-02T16:11:31Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "product": { "name": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "product_id": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch" } }, { "category": "product_version", "name": "kernel-source-rt-5.14.21-150400.15.59.1.noarch", "product": { "name": "kernel-source-rt-5.14.21-150400.15.59.1.noarch", "product_id": "kernel-source-rt-5.14.21-150400.15.59.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "product": { "name": "kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "product_id": "kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-extra-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-extra-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-extra-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-livepatch-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-livepatch-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-livepatch-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-livepatch-devel-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-livepatch-devel-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-livepatch-devel-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-optional-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt-optional-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt-optional-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "kselftests-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "kselftests-kmp-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product": { "name": "reiserfs-kmp-rt-5.14.21-150400.15.59.1.x86_64", "product_id": "reiserfs-kmp-rt-5.14.21-150400.15.59.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP4", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp4" } } }, { "category": "product_name", "name": "SUSE Real Time Module 15 SP4", "product": { "name": "SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-rt:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.4", "product": { "name": "openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4", "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64" }, "product_reference": "kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch" }, "product_reference": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-rt-5.14.21-150400.15.59.1.noarch as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch" }, "product_reference": "kernel-source-rt-5.14.21-150400.15.59.1.noarch", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of SUSE Real Time Module 15 SP4", "product_id": "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "SUSE Real Time Module 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch" }, "product_reference": "kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-rt-5.14.21-150400.15.59.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch" }, "product_reference": "kernel-source-rt-5.14.21-150400.15.59.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64" }, "product_reference": "ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.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": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.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": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "moderate" } ], "title": "CVE-2023-45862" }, { "cve": "CVE-2023-46813", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46813" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Linux kernel before 6.5.9, exploitable by local users with userspace access to MMIO registers. Incorrect access checking in the #VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses could lead to arbitrary write access to kernel memory (and thus privilege escalation). This depends on a race condition through which userspace can replace an instruction before the #VC handler reads it.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46813", "url": "https://www.suse.com/security/cve/CVE-2023-46813" }, { "category": "external", "summary": "SUSE Bug 1212649 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1212649" }, { "category": "external", "summary": "SUSE Bug 1216896 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1216896" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.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": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "important" } ], "title": "CVE-2023-46813" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_59-rt-1-150400.1.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-devel-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-rt_debug-devel-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:kernel-source-rt-5.14.21-150400.15.59.1.noarch", "openSUSE Leap 15.4:kernel-syms-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.59.1.x86_64", "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T16:11:31Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4414-1
Vulnerability from csaf_suse
Published
2023-11-10 17:12
Modified
2023-11-10 17:12
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP5 Azure kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)
- CVE-2023-2860: Fixed an out-of-bounds read vulnerability in the processing of seg6 attributes. This flaw allowed a privileged local user to disclose sensitive information. (bsc#1211592)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).
- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).
- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).
- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).
- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).
- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- Drop amdgpu patch causing spamming (bsc#1215523).
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).
- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).
- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).
- NFS: Fix O_DIRECT locking issues (bsc#1211162).
- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).
- NFS: Fix a potential data corruption (bsc#1211162).
- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).
- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).
- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).
- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).
- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).
- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- Revert 'pinctrl: avoid unsafe code pattern in find_pinctrl()' (git-fixes).
- Revert 'tty: n_gsm: fix UAF in gsm_cleanup_mux' (git-fixes).
- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- bonding: Fix extraction of ports from the packet headers (bsc#1214754).
- bonding: Return pointer to data after pull on skb (bsc#1214754).
- bonding: do not assume skb mac_header is set (bsc#1214754).
- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).
- bpf: Add override check to kprobe multi link attach (git-fixes).
- bpf: Add zero_map_value to zero map value with special fields (git-fixes).
- bpf: Cleanup check_refcount_ok (git-fixes).
- bpf: Fix max stack depth check for async callbacks (git-fixes).
- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).
- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).
- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).
- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).
- bpf: Gate dynptr API behind CAP_BPF (git-fixes).
- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).
- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).
- bpf: Tighten ptr_to_btf_id checks (git-fixes).
- bpf: fix precision propagation verbose logging (git-fixes).
- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).
- bpf: propagate precision across all frames, not just the last one (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- btf: Export bpf_dynptr definition (git-fixes).
- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).
- ceph: add encryption support to writepage and writepages (jsc#SES-1880).
- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).
- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).
- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).
- ceph: add new mount option to enable sparse reads (jsc#SES-1880).
- ceph: add object version support for sync read (jsc#SES-1880).
- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).
- ceph: add some fscrypt guardrails (jsc#SES-1880).
- ceph: add support for encrypted snapshot names (jsc#SES-1880).
- ceph: add support to readdir for encrypted names (jsc#SES-1880).
- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).
- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).
- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).
- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).
- ceph: decode alternate_name in lease info (jsc#SES-1880).
- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).
- ceph: drop messages from MDS when unmounting (jsc#SES-1880).
- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).
- ceph: fix type promotion bug on 32bit systems (bsc#1216324).
- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).
- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).
- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).
- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).
- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).
- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).
- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).
- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).
- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).
- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).
- ceph: mark directory as non-complete after loading key (jsc#SES-1880).
- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).
- ceph: plumb in decryption during reads (jsc#SES-1880).
- ceph: preallocate inode for ops that may create one (jsc#SES-1880).
- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).
- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).
- ceph: send alternate_name in MClientRequest (jsc#SES-1880).
- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).
- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).
- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).
- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).
- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).
- ceph: wait for OSD requests' callbacks to finish when unmounting (jsc#SES-1880).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).
- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).
- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).
- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).
- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).
- drm/amdkfd: Use gpu_offset for user queue's wptr (git-fixes).
- drm/atomic-helper: relax unregistered connector check (git-fixes).
- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).
- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).
- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- intel x86 platform vsec kABI workaround (bsc#1216202).
- io_uring/fs: remove sqe->rw_flags checking from LINKAT (git-fixes).
- io_uring/rw: defer fsnotify calls to task context (git-fixes).
- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).
- io_uring/rw: remove leftover debug statement (git-fixes).
- io_uring: Replace 0-length array with flexible array (git-fixes).
- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).
- io_uring: fix fdinfo sqe offsets calculation (git-fixes).
- io_uring: fix memory leak when removing provided buffers (git-fixes).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)
- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).
- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).
- libceph: add sparse read support to OSD client (jsc#SES-1880).
- libceph: add sparse read support to msgr1 (jsc#SES-1880).
- libceph: add spinlock around osd->o_requests (jsc#SES-1880).
- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).
- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).
- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).
- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).
- libceph: use kernel_connect() (bsc#1216323).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- net: use sk_is_tcp() in more places (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).
- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).
- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).
- platform/x86/intel: Fix 'rmmod pmt_telemetry' panic (bsc#1216202).
- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- quota: Fix slow quotaoff (bsc#1216621).
- r8152: check budget for r8152_poll() (git-fixes).
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- remove unnecessary WARN_ON_ONCE() (bsc#1214823).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).
- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock (git-fixes).
- scsi: iscsi: Add length check for nlattr payload (git-fixes).
- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).
- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).
- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).
- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).
- scsi: pm8001: Setup IRQs on resume (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).
- scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (git-fixes).
- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).
- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).
- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).
- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).
- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).
- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).
- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).
- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).
- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (bsc#1214635).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).
Patchnames
SUSE-2023-4414,SUSE-SLE-Module-Public-Cloud-15-SP5-2023-4414,openSUSE-SLE-15.5-2023-4414
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "The SUSE Linux Enterprise 15 SP5 Azure kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-46813: Fixed a local privilege escalation with user-space programs that have access to MMIO regions (bsc#1212649).\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-39191: Fixed a lack of validation of dynamic pointers within user-supplied eBPF programs that may have allowed an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code. (bsc#1215863)\n- CVE-2023-2860: Fixed an out-of-bounds read vulnerability in the processing of seg6 attributes. This flaw allowed a privileged local user to disclose sensitive information. (bsc#1211592)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda/realtek - ALC287 I2S speaker platform support (git-fixes).\n- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP (git-fixes).\n- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (git-fixes).\n- ALSA: hda/realtek - Fixed two speaker platform (git-fixes).\n- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: hda: intel-dsp-cfg: add LunarLake support (git-fixes).\n- ALSA: hda: intel-sdw-acpi: Use u8 type for link index (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Nexigo webcam (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: ISO: Fix handling of listen for unicast (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: hci_codec: Fix leaking content of local_codecs (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- Drop amdgpu patch causing spamming (bsc#1215523).\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() (git-fixes).\n- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (bsc#1213772).\n- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (bsc#1213772).\n- KVM: x86: add support for CPUID leaf 0x80000021 (bsc#1213772).\n- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (bsc#1213772).\n- KVM: x86: work around QEMU issue with synthetic CPUID leaves (git-fixes).\n- NFS: Fix O_DIRECT locking issues (bsc#1211162).\n- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).\n- NFS: Fix a potential data corruption (bsc#1211162).\n- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).\n- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).\n- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).\n- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).\n- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).\n- NFSD: Never call nfsd_file_gc() in foreground paths (bsc#1215545).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- Revert \u0027pinctrl: avoid unsafe code pattern in find_pinctrl()\u0027 (git-fixes).\n- Revert \u0027tty: n_gsm: fix UAF in gsm_cleanup_mux\u0027 (git-fixes).\n- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- USB: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- arm64/smmu: use TLBI ASID when invalidating entire range (bsc#1215921)\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- bonding: Fix extraction of ports from the packet headers (bsc#1214754).\n- bonding: Return pointer to data after pull on skb (bsc#1214754).\n- bonding: do not assume skb mac_header is set (bsc#1214754).\n- bpf: Add copy_map_value_long to copy to remote percpu memory (git-fixes).\n- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs (git-fixes).\n- bpf: Add override check to kprobe multi link attach (git-fixes).\n- bpf: Add zero_map_value to zero map value with special fields (git-fixes).\n- bpf: Cleanup check_refcount_ok (git-fixes).\n- bpf: Fix max stack depth check for async callbacks (git-fixes).\n- bpf: Fix offset calculation error in __copy_map_value and zero_map_value (git-fixes).\n- bpf: Fix ref_obj_id for dynptr data slices in verifier (git-fixes).\n- bpf: Fix resetting logic for unreferenced kptrs (git-fixes).\n- bpf: Fix subprog idx logic in check_max_stack_depth (git-fixes).\n- bpf: Gate dynptr API behind CAP_BPF (git-fixes).\n- bpf: Prevent decl_tag from being referenced in func_proto arg (git-fixes).\n- bpf: Repeat check_max_stack_depth for async callbacks (git-fixes).\n- bpf: Tighten ptr_to_btf_id checks (git-fixes).\n- bpf: fix precision propagation verbose logging (git-fixes).\n- bpf: prevent decl_tag from being referenced in func_proto (git-fixes).\n- bpf: propagate precision across all frames, not just the last one (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- btf: Export bpf_dynptr definition (git-fixes).\n- btrfs: do not start transaction for scrub if the fs is mounted read-only (bsc#1214874).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- ceph: add base64 endcoding routines for encrypted names (jsc#SES-1880).\n- ceph: add encryption support to writepage and writepages (jsc#SES-1880).\n- ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr (jsc#SES-1880).\n- ceph: add helpers for converting names for userland presentation (jsc#SES-1880).\n- ceph: add infrastructure for file encryption and decryption (jsc#SES-1880).\n- ceph: add new mount option to enable sparse reads (jsc#SES-1880).\n- ceph: add object version support for sync read (jsc#SES-1880).\n- ceph: add read/modify/write to ceph_sync_write (jsc#SES-1880).\n- ceph: add some fscrypt guardrails (jsc#SES-1880).\n- ceph: add support for encrypted snapshot names (jsc#SES-1880).\n- ceph: add support to readdir for encrypted names (jsc#SES-1880).\n- ceph: add truncate size handling support for fscrypt (jsc#SES-1880).\n- ceph: align data in pages in ceph_sync_write (jsc#SES-1880).\n- ceph: allow encrypting a directory while not having Ax caps (jsc#SES-1880).\n- ceph: create symlinks with encrypted and base64-encoded targets (jsc#SES-1880).\n- ceph: decode alternate_name in lease info (jsc#SES-1880).\n- ceph: do not use special DIO path for encrypted inodes (jsc#SES-1880).\n- ceph: drop messages from MDS when unmounting (jsc#SES-1880).\n- ceph: encode encrypted name in ceph_mdsc_build_path and dentry release (jsc#SES-1880).\n- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1216322).\n- ceph: fix type promotion bug on 32bit systems (bsc#1216324).\n- ceph: fix updating i_truncate_pagecache_size for fscrypt (jsc#SES-1880).\n- ceph: fscrypt_auth handling for ceph (jsc#SES-1880).\n- ceph: handle fscrypt fields in cap messages from MDS (jsc#SES-1880).\n- ceph: implement -o test_dummy_encryption mount option (jsc#SES-1880).\n- ceph: invalidate pages when doing direct/sync writes (jsc#SES-1880).\n- ceph: make ceph_fill_trace and ceph_get_name decrypt names (jsc#SES-1880).\n- ceph: make ceph_msdc_build_path use ref-walk (jsc#SES-1880).\n- ceph: make d_revalidate call fscrypt revalidator for encrypted dentries (jsc#SES-1880).\n- ceph: make ioctl cmds more readable in debug log (jsc#SES-1880).\n- ceph: make num_fwd and num_retry to __u32 (jsc#SES-1880).\n- ceph: mark directory as non-complete after loading key (jsc#SES-1880).\n- ceph: pass the request to parse_reply_info_readdir() (jsc#SES-1880).\n- ceph: plumb in decryption during reads (jsc#SES-1880).\n- ceph: preallocate inode for ops that may create one (jsc#SES-1880).\n- ceph: prevent snapshot creation in encrypted locked directories (jsc#SES-1880).\n- ceph: remove unnecessary check for NULL in parse_longname() (bsc#1216333).\n- ceph: send alternate_name in MClientRequest (jsc#SES-1880).\n- ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() (jsc#SES-1880).\n- ceph: size handling in MClientRequest, cap updates and inode traces (jsc#SES-1880).\n- ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper (jsc#SES-1880).\n- ceph: use osd_req_op_extent_osd_iter for netfs reads (jsc#SES-1880).\n- ceph: voluntarily drop Xx caps for requests those touch parent mtime (jsc#SES-1880).\n- ceph: wait for OSD requests\u0027 callbacks to finish when unmounting (jsc#SES-1880).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amd/pm: add unique_id for gc 11.0.3 (git-fixes).\n- drm/amd: Fix detection of _PR3 on the PCIe root port (git-fixes).\n- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV (git-fixes).\n- drm/amdgpu/soc21: do not remap HDP registers for SR-IOV (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 (git-fixes).\n- drm/amdkfd: Insert missing TLB flush on GFX10 and later (git-fixes).\n- drm/amdkfd: Use gpu_offset for user queue\u0027s wptr (git-fixes).\n- drm/atomic-helper: relax unregistered connector check (git-fixes).\n- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (git-fixes).\n- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/mediatek: Correctly free sg_table in gem prime vmap (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() (git-fixes).\n- fscrypt: new helper function - fscrypt_prepare_lookup_partial() (jsc#SES-1880).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- intel x86 platform vsec kABI workaround (bsc#1216202).\n- io_uring/fs: remove sqe-\u003erw_flags checking from LINKAT (git-fixes).\n- io_uring/rw: defer fsnotify calls to task context (git-fixes).\n- io_uring/rw: ensure kiocb_end_write() is always called (git-fixes).\n- io_uring/rw: remove leftover debug statement (git-fixes).\n- io_uring: Replace 0-length array with flexible array (git-fixes).\n- io_uring: ensure REQ_F_ISREG is set async offload (git-fixes).\n- io_uring: fix fdinfo sqe offsets calculation (git-fixes).\n- io_uring: fix memory leak when removing provided buffers (git-fixes).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- iommu/arm-smmu-v3: Fix soft lockup triggered by (bsc#1215921)\n- kABI: fix bpf Tighten-ptr_to_btf_id checks (git-fixes).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- libceph: add CEPH_OSD_OP_ASSERT_VER support (jsc#SES-1880).\n- libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type (jsc#SES-1880).\n- libceph: add sparse read support to OSD client (jsc#SES-1880).\n- libceph: add sparse read support to msgr1 (jsc#SES-1880).\n- libceph: add spinlock around osd-\u003eo_requests (jsc#SES-1880).\n- libceph: allow ceph_osdc_new_request to accept a multi-op read (jsc#SES-1880).\n- libceph: define struct ceph_sparse_extent and add some helpers (jsc#SES-1880).\n- libceph: new sparse_read op, support sparse reads on msgr2 crc codepath (jsc#SES-1880).\n- libceph: support sparse reads on msgr2 secure codepath (jsc#SES-1880).\n- libceph: use kernel_connect() (bsc#1216323).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- net: use sk_is_tcp() in more places (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86/intel/pmt: Ignore uninitialized entries (bsc#1216202).\n- platform/x86/intel/pmt: telemetry: Fix fixed region handling (bsc#1216202).\n- platform/x86/intel/vsec: Rework early hardware code (bsc#1216202).\n- platform/x86/intel: Fix \u0027rmmod pmt_telemetry\u0027 panic (bsc#1216202).\n- platform/x86/intel: Fix pmt_crashlog array reference (bsc#1216202).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- quota: Fix slow quotaoff (bsc#1216621).\n- r8152: check budget for r8152_poll() (git-fixes).\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- remove unnecessary WARN_ON_ONCE() (bsc#1214823).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- scsi: be2iscsi: Add length check when parsing nlattrs (git-fixes).\n- scsi: fcoe: Fix potential deadlock on \u0026fip-\u003ectlr_lock (git-fixes).\n- scsi: iscsi: Add length check for nlattr payload (git-fixes).\n- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (git-fixes).\n- scsi: iscsi_tcp: restrict to TCP sockets (git-fixes).\n- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (git-fixes).\n- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (git-fixes).\n- scsi: pm8001: Setup IRQs on resume (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (git-fixes).\n- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (git-fixes).\n- scsi: qedi: Fix potential deadlock on \u0026qedi_percpu-\u003ep_work_lock (git-fixes).\n- scsi: qla4xxx: Add length check when parsing nlattrs (git-fixes).\n- selftests/bpf: Add more tests for check_max_stack_depth bug (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto argument (git-fixes).\n- selftests/bpf: Add reproducer for decl_tag in func_proto return type (git-fixes).\n- selftests/bpf: Add selftest for check_stack_max_depth bug (git-fixes).\n- selftests/bpf: Clean up sys_nanosleep uses (git-fixes).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Restart XDomain discovery handshake after failure (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: hub: Guard against accesses to uninitialized BOS descriptors (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (bsc#1213772).\n- x86/cpu, kvm: Add the Null Selector Clears Base feature (bsc#1213772).\n- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (bsc#1213772).\n- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (bsc#1213772).\n- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (bsc#1213772).\n- x86/cpu: Support AMD Automatic IBRS (bsc#1213772).\n- x86/mm: Print the encryption features correctly when a paravisor is present (bsc#1206453).\n- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (bsc#1214635).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xhci: Keep interrupt disabled in initialization until host is running (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4414,SUSE-SLE-Module-Public-Cloud-15-SP5-2023-4414,openSUSE-SLE-15.5-2023-4414", "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/suse-su-2023_4414-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4414-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234414-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4414-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017017.html" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1211162", "url": "https://bugzilla.suse.com/1211162" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1212423", "url": "https://bugzilla.suse.com/1212423" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213772", "url": "https://bugzilla.suse.com/1213772" }, { "category": "self", "summary": "SUSE Bug 1214754", "url": "https://bugzilla.suse.com/1214754" }, { "category": "self", "summary": "SUSE Bug 1214874", "url": "https://bugzilla.suse.com/1214874" }, { "category": "self", "summary": "SUSE Bug 1215104", "url": "https://bugzilla.suse.com/1215104" }, { "category": "self", "summary": "SUSE Bug 1215523", "url": "https://bugzilla.suse.com/1215523" }, { "category": "self", "summary": "SUSE Bug 1215545", "url": "https://bugzilla.suse.com/1215545" }, { "category": "self", "summary": "SUSE Bug 1215921", "url": "https://bugzilla.suse.com/1215921" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1215986", "url": "https://bugzilla.suse.com/1215986" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216202", "url": "https://bugzilla.suse.com/1216202" }, { "category": "self", "summary": "SUSE Bug 1216322", "url": "https://bugzilla.suse.com/1216322" }, { "category": "self", "summary": "SUSE Bug 1216323", "url": "https://bugzilla.suse.com/1216323" }, { "category": "self", "summary": "SUSE Bug 1216324", "url": "https://bugzilla.suse.com/1216324" }, { "category": "self", "summary": "SUSE Bug 1216333", "url": "https://bugzilla.suse.com/1216333" }, { "category": "self", "summary": "SUSE Bug 1216345", "url": "https://bugzilla.suse.com/1216345" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2860 page", "url": "https://www.suse.com/security/cve/CVE-2023-2860/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39191 page", "url": "https://www.suse.com/security/cve/CVE-2023-39191/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46813 page", "url": "https://www.suse.com/security/cve/CVE-2023-46813/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-10T17:12:52Z", "generator": { "date": "2023-11-10T17:12:52Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4414-1", "initial_release_date": "2023-11-10T17:12:52Z", "revision_history": [ { "date": "2023-11-10T17:12:52Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-azure-extra-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-azure-optional-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product": { "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "product_id": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "product": { "name": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "product_id": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch" } }, { "category": "product_version", "name": "kernel-source-azure-5.14.21-150500.33.23.1.noarch", "product": { "name": "kernel-source-azure-5.14.21-150500.33.23.1.noarch", "product_id": "kernel-source-azure-5.14.21-150500.33.23.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-extra-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-optional-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product": { "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64", "product_id": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150500.33.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150500.33.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch" }, "product_reference": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-5.14.21-150500.33.23.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch" }, "product_reference": "kernel-source-azure-5.14.21-150500.33.23.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-extra-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-extra-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-optional-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-optional-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch" }, "product_reference": "kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-5.14.21-150500.33.23.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch" }, "product_reference": "kernel-source-azure-5.14.21-150500.33.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64" }, "product_reference": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" }, "product_reference": "reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-2860", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2860" } ], "notes": [ { "category": "general", "text": "An out-of-bounds read vulnerability was found in the SR-IPv6 implementation in the Linux kernel. The flaw exists within the processing of seg6 attributes. The issue results from the improper validation of user-supplied data, which can result in a read past the end of an allocated buffer. This flaw allows a privileged local user to disclose sensitive information on affected installations of the Linux kernel.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2860", "url": "https://www.suse.com/security/cve/CVE-2023-2860" }, { "category": "external", "summary": "SUSE Bug 1211592 for CVE-2023-2860", "url": "https://bugzilla.suse.com/1211592" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-2860" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39191", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39191" } ], "notes": [ { "category": "general", "text": "An improper input validation flaw was found in the eBPF subsystem in the Linux kernel. The issue occurs due to a lack of proper validation of dynamic pointers within user-supplied eBPF programs prior to executing them. This may allow an attacker with CAP_BPF privileges to escalate privileges and execute arbitrary code in the context of the kernel.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39191", "url": "https://www.suse.com/security/cve/CVE-2023-39191" }, { "category": "external", "summary": "SUSE Bug 1215863 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215863" }, { "category": "external", "summary": "SUSE Bug 1215887 for CVE-2023-39191", "url": "https://bugzilla.suse.com/1215887" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "important" } ], "title": "CVE-2023-39191" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "moderate" } ], "title": "CVE-2023-45862" }, { "cve": "CVE-2023-46813", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46813" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Linux kernel before 6.5.9, exploitable by local users with userspace access to MMIO registers. Incorrect access checking in the #VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses could lead to arbitrary write access to kernel memory (and thus privilege escalation). This depends on a race condition through which userspace can replace an instruction before the #VC handler reads it.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46813", "url": "https://www.suse.com/security/cve/CVE-2023-46813" }, { "category": "external", "summary": "SUSE Bug 1212649 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1212649" }, { "category": "external", "summary": "SUSE Bug 1216896 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1216896" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "important" } ], "title": "CVE-2023-46813" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:cluster-md-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:dlm-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:gfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-extra-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-livepatch-devel-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-azure-optional-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-azure-vdso-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kernel-devel-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-source-azure-5.14.21-150500.33.23.1.noarch", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kernel-syms-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:kselftests-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:ocfs2-kmp-azure-5.14.21-150500.33.23.1.x86_64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.aarch64", "openSUSE Leap 15.5:reiserfs-kmp-azure-5.14.21-150500.33.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-10T17:12:52Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4377-1
Vulnerability from csaf_suse
Published
2023-11-06 12:53
Modified
2023-11-06 12:53
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).
- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).
- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).
The following non-security bugs were fixed:
- KVM: x86: fix sending PV IPI (git-fixes, bsc#1210853, bsc#1216134).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
Patchnames
SUSE-2023-4377,SUSE-SLE-Module-Live-Patching-15-SP2-2023-4377,SUSE-SLE-Product-HA-15-SP2-2023-4377,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4377,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4377,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4377
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).\n- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).\n- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).\n\nThe following non-security bugs were fixed:\n\n- KVM: x86: fix sending PV IPI (git-fixes, bsc#1210853, bsc#1216134).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4377,SUSE-SLE-Module-Live-Patching-15-SP2-2023-4377,SUSE-SLE-Product-HA-15-SP2-2023-4377,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4377,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4377,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4377", "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/suse-su-2023_4377-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4377-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234377-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4377-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017001.html" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1210853", "url": "https://bugzilla.suse.com/1210853" }, { "category": "self", "summary": "SUSE Bug 1212051", "url": "https://bugzilla.suse.com/1212051" }, { "category": "self", "summary": "SUSE Bug 1215467", "url": "https://bugzilla.suse.com/1215467" }, { "category": "self", "summary": "SUSE Bug 1215518", "url": "https://bugzilla.suse.com/1215518" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1215858", "url": "https://bugzilla.suse.com/1215858" }, { "category": "self", "summary": "SUSE Bug 1215860", "url": "https://bugzilla.suse.com/1215860" }, { "category": "self", "summary": "SUSE Bug 1215861", "url": "https://bugzilla.suse.com/1215861" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216134", "url": "https://bugzilla.suse.com/1216134" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3111 page", "url": "https://www.suse.com/security/cve/CVE-2023-3111/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39192 page", "url": "https://www.suse.com/security/cve/CVE-2023-39192/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39194 page", "url": "https://www.suse.com/security/cve/CVE-2023-39194/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-42754 page", "url": "https://www.suse.com/security/cve/CVE-2023-42754/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-06T12:53:28Z", "generator": { "date": "2023-11-06T12:53:28Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4377-1", "initial_release_date": "2023-11-06T12:53:28Z", "revision_history": [ { "date": "2023-11-06T12:53:28Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "dlm-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "dlm-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "dlm-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-default-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "product": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "product_id": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "product": { "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "product_id": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-default-extra-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-default-extra-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-default-livepatch-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-obs-qa-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-obs-qa-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-extra-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-preempt-extra-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-preempt-extra-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kernel-syms-5.3.18-150200.24.169.1.aarch64", "product_id": "kernel-syms-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "kselftests-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "product": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "product_id": "reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product": { "name": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.aarch64", "product_id": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-devel-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-devel-5.3.18-150200.24.169.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-docs-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-docs-5.3.18-150200.24.169.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-docs-html-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-docs-html-5.3.18-150200.24.169.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-macros-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-macros-5.3.18-150200.24.169.1.noarch" } }, { "category": "product_version", "name": "kernel-source-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-source-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-source-5.3.18-150200.24.169.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-5.3.18-150200.24.169.1.noarch", "product": { "name": "kernel-source-vanilla-5.3.18-150200.24.169.1.noarch", "product_id": "kernel-source-vanilla-5.3.18-150200.24.169.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-debug-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-debug-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-debug-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-debug-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "product": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "product_id": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "product": { "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "product_id": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-default-extra-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-default-extra-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-kvmsmall-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-kvmsmall-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "product": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "product_id": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-obs-qa-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-obs-qa-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kernel-syms-5.3.18-150200.24.169.1.ppc64le", "product_id": "kernel-syms-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "kselftests-kmp-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "product_id": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "dlm-kmp-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "gfs2-kmp-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-default-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "product": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "product_id": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "product": { "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "product_id": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-default-devel-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-default-extra-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-default-extra-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-default-livepatch-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "product": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "product_id": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-obs-build-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-obs-qa-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-obs-qa-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-syms-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-syms-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-5.3.18-150200.24.169.1.s390x", "product": { "name": "kernel-zfcpdump-5.3.18-150200.24.169.1.s390x", "product_id": "kernel-zfcpdump-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "kselftests-kmp-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "product": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "product_id": "reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "cluster-md-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "dlm-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "dlm-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "dlm-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "gfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-debug-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-debug-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-debug-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-debug-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-debug-livepatch-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-default-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "product": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "product_id": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "product": { "name": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "product_id": "kernel-default-base-rebuild-5.3.18-150200.24.169.1.150200.9.85.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-default-extra-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-default-extra-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-kvmsmall-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-kvmsmall-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-kvmsmall-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "product": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "product_id": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150200_24_169-preempt-1-150200.5.3.1.x86_64", "product": { "name": "kernel-livepatch-5_3_18-150200_24_169-preempt-1-150200.5.3.1.x86_64", "product_id": "kernel-livepatch-5_3_18-150200_24_169-preempt-1-150200.5.3.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-obs-qa-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-obs-qa-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-extra-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-preempt-extra-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-preempt-extra-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-preempt-livepatch-devel-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kernel-syms-5.3.18-150200.24.169.1.x86_64", "product_id": "kernel-syms-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kselftests-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "kselftests-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "kselftests-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "ocfs2-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "product": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "product_id": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product": { "name": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.x86_64", "product_id": "reiserfs-kmp-preempt-5.3.18-150200.24.169.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP2", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le" }, "product_reference": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x" }, "product_reference": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2", "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64" }, "product_reference": "kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-docs-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-source-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-docs-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-source-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-docs-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150200.24.169.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch" }, "product_reference": "kernel-source-5.3.18-150200.24.169.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-3111", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3111" } ], "notes": [ { "category": "general", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3111", "url": "https://www.suse.com/security/cve/CVE-2023-3111" }, { "category": "external", "summary": "SUSE Bug 1212051 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1212051" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39192", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39192" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39192", "url": "https://www.suse.com/security/cve/CVE-2023-39192" }, { "category": "external", "summary": "SUSE Bug 1215858 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1215858" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-39192" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-39194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39194" } ], "notes": [ { "category": "general", "text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39194", "url": "https://www.suse.com/security/cve/CVE-2023-39194" }, { "category": "external", "summary": "SUSE Bug 1215861 for CVE-2023-39194", "url": "https://bugzilla.suse.com/1215861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-39194" }, { "cve": "CVE-2023-42754", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-42754" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-42754", "url": "https://www.suse.com/security/cve/CVE-2023-42754" }, { "category": "external", "summary": "SUSE Bug 1215467 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1215467" }, { "category": "external", "summary": "SUSE Bug 1222212 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1222212" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.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": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-42754" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.s390x", "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_169-default-1-150200.5.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-base-5.3.18-150200.24.169.1.150200.9.85.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-default-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-devel-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-docs-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-macros-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-obs-build-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-preempt-devel-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-source-5.3.18-150200.24.169.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:kernel-syms-5.3.18-150200.24.169.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:reiserfs-kmp-default-5.3.18-150200.24.169.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-06T12:53:28Z", "details": "moderate" } ], "title": "CVE-2023-45862" } ] }
suse-su-2023:4345-1
Vulnerability from csaf_suse
Published
2023-11-02 14:35
Modified
2023-11-02 14:35
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP4 Azure kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-46813: Fixed an incorrect access checking in the VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses that could lead to arbitrary write access to kernel memory. (bsc#1212649)
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).
- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).
- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).
- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).
- ASoC: pxa: fix a memory leak in probe() (git-fixes).
- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).
- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).
- ata: libata-core: Fix port and device removal (git-fixes).
- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).
- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).
- blk-cgroup: support to track if policy is online (bsc#1216062).
- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).
- Bluetooth: Avoid redundant authentication (git-fixes).
- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).
- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).
- Bluetooth: hci_event: Fix coding style (git-fixes).
- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).
- Bluetooth: hci_event: Ignore NULL link key (git-fixes).
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).
- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).
- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).
- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).
- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).
- clk: tegra: fix error return case for recalc_rate (git-fixes).
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).
- crypto: qat - add fw_counters debugfs file (PED-6401).
- crypto: qat - add heartbeat counters check (PED-6401).
- crypto: qat - add heartbeat feature (PED-6401).
- crypto: qat - add internal timer for qat 4xxx (PED-6401).
- crypto: qat - add measure clock frequency (PED-6401).
- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).
- crypto: qat - add qat_zlib_deflate (PED-6401).
- crypto: qat - add support for 402xx devices (PED-6401).
- crypto: qat - change value of default idle filter (PED-6401).
- crypto: qat - delay sysfs initialization (PED-6401).
- crypto: qat - do not export adf_init_admin_pm() (PED-6401).
- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).
- crypto: qat - drop obsolete heartbeat interface (PED-6401).
- crypto: qat - drop redundant adf_enable_aer() (PED-6401).
- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).
- crypto: qat - extend buffer list logic interface (PED-6401).
- crypto: qat - extend configuration for 4xxx (PED-6401).
- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).
- crypto: qat - fix concurrency issue when device state changes (PED-6401).
- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (PED-6401).
- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).
- crypto: qat - make fw images name constant (PED-6401).
- crypto: qat - make state machine functions static (PED-6401).
- crypto: qat - move dbgfs init to separate file (PED-6401).
- crypto: qat - move returns to default case (PED-6401).
- crypto: qat - refactor device restart logic (PED-6401).
- crypto: qat - refactor fw config logic for 4xxx (PED-6401).
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).
- crypto: qat - Remove unused function declarations (PED-6401).
- crypto: qat - replace state machine calls (PED-6401).
- crypto: qat - replace the if statement with min() (PED-6401).
- crypto: qat - set deprecated capabilities as reserved (PED-6401).
- crypto: qat - unmap buffer before free for DH (PED-6401).
- crypto: qat - unmap buffers before free for RSA (PED-6401).
- crypto: qat - update slice mask for 4xxx devices (PED-6401).
- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).
- Documentation: qat: change kernel version (PED-6401).
- Documentation: qat: rewrite description (PED-6401).
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).
- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).
- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).
- drm/amdgpu: add missing NULL check (git-fixes).
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).
- drm/i915: Retry gtt fault when out of fence registers (git-fixes).
- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).
- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).
- drm/vmwgfx: fix typo of sizeof argument (git-fixes).
- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).
- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (git-fixes).
- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).
- gve: Do not fully free QPL pages on prefill errors (git-fixes).
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).
- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).
- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).
- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).
- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).
- i2c: npcm7xx: Fix callback completion ordering (git-fixes).
- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).
- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).
- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case (git-fixes).
- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).
- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).
- Input: xpad - add PXN V900 support (git-fixes).
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).
- kabi: blkcg_policy_data fix KABI (bsc#1216062).
- kabi: workaround for enum nft_trans_phase (bsc#1215104).
- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).
- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).
- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).
- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).
- mtd: physmap-core: Restore map_rom fallback (git-fixes).
- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).
- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).
- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).
- net: mana: Fix TX CQE error handling (bsc#1215986).
- net: nfc: llcp: Add lock when modifying device list (git-fixes).
- net: rfkill: gpio: prevent value glitch during probe (git-fixes).
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).
- nfc: nci: assert requested protocol is valid (git-fixes).
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).
- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).
- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).
- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).
- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).
- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).
- platform/x86: think-lmi: Fix reference leak (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).
- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).
- quota: Fix slow quotaoff (bsc#1216621).
- r8152: check budget for r8152_poll() (git-fixes).
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)
- RDMA/core: Require admin capabilities to set system parameters (git-fixes)
- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)
- RDMA/mlx5: Fix NULL string error (git-fixes)
- RDMA/siw: Fix connection failure handling (git-fixes)
- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)
- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)
- regmap: fix NULL deref on lookup (git-fixes).
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).
- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).
- ring-buffer: Do not attempt to read past 'commit' (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- ring-buffer: Update 'shortest_full' in polling (git-fixes).
- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).
- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).
- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).
- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).
- serial: 8250_port: Check IRQ data before use (git-fixes).
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).
- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).
- spi: stm32: add a delay before SPI disable (git-fixes).
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).
- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).
- tracing: Have current_trace inc the trace array ref count (git-fixes).
- tracing: Have event inject files inc the trace array ref count (git-fixes).
- tracing: Have option files inc the trace array ref count (git-fixes).
- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).
- tracing: Increase trace array ref count on enable and filter files (git-fixes).
- tracing: Make trace_marker{,_raw} stream-like (git-fixes).
- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).
- usb: dwc3: Soft reset phy on probe for host (git-fixes).
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (git-fixes).
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).
- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).
- usb: musb: Modify the 'HWVers' register address (git-fixes).
- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).
- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).
- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).
- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).
- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).
- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).
- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).
- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).
- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).
- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).
- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).
- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).
- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).
- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).
- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).
- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).
- xen-netback: use default TX queue size for vifs (git-fixes).
Patchnames
SUSE-2023-4345,SUSE-SLE-Module-Public-Cloud-15-SP4-2023-4345,openSUSE-SLE-15.4-2023-4345
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP4 Azure kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-46813: Fixed an incorrect access checking in the VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses that could lead to arbitrary write access to kernel memory. (bsc#1212649)\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-5178: Fixed an UAF in queue intialization setup. (bsc#1215768)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (git-fixes).\n- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (git-fixes).\n- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (git-fixes).\n- ALSA: hda/realtek: Change model for Intel RVP board (git-fixes).\n- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (git-fixes).\n- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (git-fixes).\n- ASoC: codecs: wcd938x: drop bogus bind error handling (git-fixes).\n- ASoC: codecs: wcd938x: fix unbind tear down order (git-fixes).\n- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (git-fixes).\n- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (git-fixes).\n- ASoC: pxa: fix a memory leak in probe() (git-fixes).\n- ata: libata-core: Do not register PM operations for SAS ports (git-fixes).\n- ata: libata-core: Fix ata_port_request_pm() locking (git-fixes).\n- ata: libata-core: Fix port and device removal (git-fixes).\n- ata: libata-sata: increase PMP SRST timeout to 10s (git-fixes).\n- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (git-fixes).\n- blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init (bsc#1216062).\n- blk-cgroup: support to track if policy is online (bsc#1216062).\n- Bluetooth: avoid memcmp() out of bounds warning (git-fixes).\n- Bluetooth: Avoid redundant authentication (git-fixes).\n- Bluetooth: btusb: add shutdown function for QCA6174 (git-fixes).\n- Bluetooth: Fix a refcnt underflow problem for hci_conn (git-fixes).\n- Bluetooth: hci_event: Fix coding style (git-fixes).\n- Bluetooth: hci_event: Fix using memcmp when comparing keys (git-fixes).\n- Bluetooth: hci_event: Ignore NULL link key (git-fixes).\n- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (git-fixes).\n- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (git-fixes).\n- Bluetooth: Reject connection with the device which has same BD_ADDR (git-fixes).\n- Bluetooth: vhci: Fix race when opening vhci device (git-fixes).\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- bus: ti-sysc: Fix missing AM35xx SoC matching (git-fixes).\n- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (git-fixes).\n- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1211307).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (bsc#1215955).\n- clk: tegra: fix error return case for recalc_rate (git-fixes).\n- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (git-fixes).\n- crypto: qat - add fw_counters debugfs file (PED-6401).\n- crypto: qat - add heartbeat counters check (PED-6401).\n- crypto: qat - add heartbeat feature (PED-6401).\n- crypto: qat - add internal timer for qat 4xxx (PED-6401).\n- crypto: qat - add measure clock frequency (PED-6401).\n- crypto: qat - add missing function declaration in adf_dbgfs.h (PED-6401).\n- crypto: qat - add qat_zlib_deflate (PED-6401).\n- crypto: qat - add support for 402xx devices (PED-6401).\n- crypto: qat - change value of default idle filter (PED-6401).\n- crypto: qat - delay sysfs initialization (PED-6401).\n- crypto: qat - do not export adf_init_admin_pm() (PED-6401).\n- crypto: qat - drop log level of msg in get_instance_node() (PED-6401).\n- crypto: qat - drop obsolete heartbeat interface (PED-6401).\n- crypto: qat - drop redundant adf_enable_aer() (PED-6401).\n- crypto: qat - expose pm_idle_enabled through sysfs (PED-6401).\n- crypto: qat - extend buffer list logic interface (PED-6401).\n- crypto: qat - extend configuration for 4xxx (PED-6401).\n- crypto: qat - fix apply custom thread-service mapping for dc service (PED-6401).\n- crypto: qat - fix concurrency issue when device state changes (PED-6401).\n- crypto: qat - fix crypto capability detection for 4xxx (PED-6401).\n- crypto: qat - fix spelling mistakes from \u0027bufer\u0027 to \u0027buffer\u0027 (PED-6401).\n- crypto: qat - Include algapi.h for low-level Crypto API (PED-6401).\n- crypto: qat - make fw images name constant (PED-6401).\n- crypto: qat - make state machine functions static (PED-6401).\n- crypto: qat - move dbgfs init to separate file (PED-6401).\n- crypto: qat - move returns to default case (PED-6401).\n- crypto: qat - refactor device restart logic (PED-6401).\n- crypto: qat - refactor fw config logic for 4xxx (PED-6401).\n- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (PED-6401).\n- crypto: qat - Remove unused function declarations (PED-6401).\n- crypto: qat - replace state machine calls (PED-6401).\n- crypto: qat - replace the if statement with min() (PED-6401).\n- crypto: qat - set deprecated capabilities as reserved (PED-6401).\n- crypto: qat - unmap buffer before free for DH (PED-6401).\n- crypto: qat - unmap buffers before free for RSA (PED-6401).\n- crypto: qat - update slice mask for 4xxx devices (PED-6401).\n- crypto: qat - use kfree_sensitive instead of memset/kfree() (PED-6401).\n- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (git-fixes).\n- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (git-fixes).\n- dmaengine: stm32-mdma: abort resume if no ongoing transfer (git-fixes).\n- Documentation: qat: change kernel version (PED-6401).\n- Documentation: qat: rewrite description (PED-6401).\n- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (git-fixes).\n- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (git-fixes).\n- drm: panel-orientation-quirks: Add quirk for One Mix 2S (git-fixes).\n- drm/amd/display: Do not check registers, if using AUX BL control (git-fixes).\n- drm/amd/display: Do not set dpms_off for seamless boot (git-fixes).\n- drm/amdgpu: add missing NULL check (git-fixes).\n- drm/amdgpu: Handle null atom context in VBIOS info ioctl (git-fixes).\n- drm/i915: Retry gtt fault when out of fence registers (git-fixes).\n- drm/msm/dp: do not reinitialize phy unless retry during link training (git-fixes).\n- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (git-fixes).\n- drm/msm/dsi: fix irq_of_parse_and_map() error checking (git-fixes).\n- drm/msm/dsi: skip the wait for video mode done if not applicable (git-fixes).\n- drm/vmwgfx: fix typo of sizeof argument (git-fixes).\n- firmware: arm_ffa: Do not set the memory region attributes for MEM_LEND (git-fixes).\n- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (git-fixes).\n- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (git-fixes).\n- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (git-fixes).\n- gpio: pxa: disable pinctrl calls for MMP_GPIO (git-fixes).\n- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (git-fixes).\n- gpio: timberdale: Fix potential deadlock on \u0026tgpio-\u003elock (git-fixes).\n- gpio: vf610: set value before the direction to avoid a glitch (git-fixes).\n- gve: Do not fully free QPL pages on prefill errors (git-fixes).\n- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (git-fixes).\n- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (git-fixes).\n- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (git-fixes).\n- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (git-fixes).\n- HID: sony: Fix a potential memory leak in sony_probe() (git-fixes).\n- HID: sony: remove duplicate NULL check before calling usb_free_urb() (git-fixes).\n- i2c: i801: unregister tco_pdev in i801_probe() error path (git-fixes).\n- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (git-fixes).\n- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (git-fixes).\n- i2c: mux: gpio: Add missing fwnode_handle_put() (git-fixes).\n- i2c: mux: gpio:Replace custom acpi_get_local_address() (git-fixes).\n- i2c: npcm7xx: Fix callback completion ordering (git-fixes).\n- IB/mlx4: Fix the size of a buffer in add_port_entries() (git-fixes)\n- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (git-fixes).\n- iio: pressure: bmp280: Fix NULL pointer exception (git-fixes).\n- iio: pressure: dps310: Adjust Timeout Settings (git-fixes).\n- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (git-fixes).\n- Input: goodix - ensure int GPIO is in input for gpio_count == 1 \u0026\u0026 gpio_int_idx == 0 case (git-fixes).\n- Input: powermate - fix use-after-free in powermate_config_complete (git-fixes).\n- Input: psmouse - fix fast_reconnect function for PS/2 mode (git-fixes).\n- Input: xpad - add PXN V900 support (git-fixes).\n- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (bsc#1212423).\n- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (bsc#1212423).\n- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (bsc#1212423).\n- kabi: blkcg_policy_data fix KABI (bsc#1216062).\n- kabi: workaround for enum nft_trans_phase (bsc#1215104).\n- kprobes: Prohibit probing on CFI preamble symbol (git-fixes).\n- KVM: s390: fix gisa destroy operation might lead to cpu stalls (git-fixes bsc#1216512).\n- KVM: SVM: Do not kill SEV guest if SMAP erratum triggers in usermode (git-fixes).\n- KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed (git-fixes).\n- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (git-fixes).\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- mmc: core: Capture correct oemid-bits for eMMC cards (git-fixes).\n- mmc: core: sdio: hold retuning if sdio in 1-bit mode (git-fixes).\n- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (git-fixes).\n- mtd: physmap-core: Restore map_rom fallback (git-fixes).\n- mtd: rawnand: arasan: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: marvell: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: pl353: Ensure program page operations are successful (git-fixes).\n- mtd: rawnand: qcom: Unmap the right resource upon probe failure (git-fixes).\n- mtd: spinand: micron: correct bitmask for ecc status (git-fixes).\n- net: mana: Fix oversized sge0 for GSO packets (bsc#1215986).\n- net: mana: Fix TX CQE error handling (bsc#1215986).\n- net: nfc: llcp: Add lock when modifying device list (git-fixes).\n- net: rfkill: gpio: prevent value glitch during probe (git-fixes).\n- net: sched: add barrier to fix packet stuck problem for lockless qdisc (bsc#1216345).\n- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (bsc#1216345).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (git-fixes).\n- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (git-fixes).\n- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (git-fixes).\n- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (git-fixes).\n- nfc: nci: assert requested protocol is valid (git-fixes).\n- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (git-fixes).\n- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (git-fixes).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime disable on probe (git-fixes).\n- phy: mapphone-mdm6600: Fix runtime PM for remove (git-fixes).\n- pinctrl: avoid unsafe code pattern in find_pinctrl() (git-fixes).\n- pinctrl: renesas: rzn1: Enable missing PINMUX (git-fixes).\n- platform/surface: platform_profile: Propagate error if profile registration fails (git-fixes).\n- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (git-fixes).\n- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (git-fixes).\n- platform/x86: think-lmi: Fix reference leak (git-fixes).\n- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (git-fixes).\n- power: supply: ucs1002: fix error code in ucs1002_get_property() (git-fixes).\n- quota: Fix slow quotaoff (bsc#1216621).\n- r8152: check budget for r8152_poll() (git-fixes).\n- RDMA/cma: Fix truncation compilation warning in make_cma_ports (git-fixes)\n- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (git-fixes)\n- RDMA/core: Require admin capabilities to set system parameters (git-fixes)\n- RDMA/cxgb4: Check skb value for failure to allocate (git-fixes)\n- RDMA/mlx5: Fix NULL string error (git-fixes)\n- RDMA/siw: Fix connection failure handling (git-fixes)\n- RDMA/srp: Do not call scsi_done() from srp_abort() (git-fixes)\n- RDMA/uverbs: Fix typo of sizeof argument (git-fixes)\n- regmap: fix NULL deref on lookup (git-fixes).\n- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (git-fixes).\n- ring-buffer: Avoid softlockup in ring_buffer_resize() (git-fixes).\n- ring-buffer: Do not attempt to read past \u0027commit\u0027 (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- ring-buffer: Update \u0027shortest_full\u0027 in polling (git-fixes).\n- s390/cio: fix a memleak in css_alloc_subchannel (git-fixes bsc#1216510).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216511).\n- sched/cpuset: Bring back cpuset_mutex (bsc#1215955).\n- sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity() (git fixes (sched)).\n- sched/rt: Fix live lock between select_fallback_rq() and RT push (git fixes (sched)).\n- sched/rt: Fix sysctl_sched_rr_timeslice intial value (git fixes (sched)).\n- serial: 8250_port: Check IRQ data before use (git-fixes).\n- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (git-fixes).\n- spi: nxp-fspi: reset the FLSHxCR1 registers (git-fixes).\n- spi: stm32: add a delay before SPI disable (git-fixes).\n- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (git-fixes).\n- spi: sun6i: reduce DMA RX transfer width to single byte (git-fixes).\n- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (git-fixes).\n- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (git-fixes).\n- tracing: Have current_trace inc the trace array ref count (git-fixes).\n- tracing: Have event inject files inc the trace array ref count (git-fixes).\n- tracing: Have option files inc the trace array ref count (git-fixes).\n- tracing: Have tracing_max_latency inc the trace array ref count (git-fixes).\n- tracing: Increase trace array ref count on enable and filter files (git-fixes).\n- tracing: Make trace_marker{,_raw} stream-like (git-fixes).\n- usb: cdnsp: Fixes issue with dequeuing not queued requests (git-fixes).\n- usb: dwc3: Soft reset phy on probe for host (git-fixes).\n- usb: gadget: ncm: Handle decoding of multiple NTB\u0027s in unwrap call (git-fixes).\n- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (git-fixes).\n- usb: musb: Get the musb_qh poniter after musb_giveback (git-fixes).\n- usb: musb: Modify the \u0027HWVers\u0027 register address (git-fixes).\n- usb: serial: option: add entry for Sierra EM9191 with new firmware (git-fixes).\n- usb: serial: option: add Fibocom to DELL custom modem FM101R-GL (git-fixes).\n- usb: serial: option: add Telit LE910C4-WWX 0x1035 composition (git-fixes).\n- usb: typec: altmodes/displayport: Signal hpd low when exiting mode (git-fixes).\n- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (git-fixes).\n- vmbus_testing: fix wrong python syntax for integer value comparison (git-fixes).\n- vringh: do not use vringh_kiov_advance() in vringh_iov_xfer() (git-fixes).\n- watchdog: iTCO_wdt: No need to stop the timer in probe (git-fixes).\n- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (git-fixes).\n- wifi: cfg80211: avoid leaking stack data into trace (git-fixes).\n- wifi: cfg80211: Fix 6GHz scan configuration (git-fixes).\n- wifi: iwlwifi: dbg_ini: fix structure packing (git-fixes).\n- wifi: iwlwifi: Ensure ack flag is properly cleared (git-fixes).\n- wifi: iwlwifi: mvm: Fix a memory corruption issue (git-fixes).\n- wifi: mac80211: allow transmitting EAPOL frames with tainted key (git-fixes).\n- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (git-fixes).\n- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (git-fixes).\n- wifi: mwifiex: Fix tlv_buf_left calculation (git-fixes).\n- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (git-fixes).\n- x86/sev: Check for user-space IOIO pointing to kernel space (bsc#1212649).\n- x86/sev: Check IOBM for IOIO exceptions from user-space (bsc#1212649).\n- x86/sev: Disable MMIO emulation from user mode (bsc#1212649).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4345,SUSE-SLE-Module-Public-Cloud-15-SP4-2023-4345,openSUSE-SLE-15.4-2023-4345", "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/suse-su-2023_4345-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4345-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234345-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4345-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032581.html" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1211307", "url": "https://bugzilla.suse.com/1211307" }, { "category": "self", "summary": "SUSE Bug 1212423", "url": "https://bugzilla.suse.com/1212423" }, { "category": "self", "summary": "SUSE Bug 1212649", "url": "https://bugzilla.suse.com/1212649" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1214842", "url": "https://bugzilla.suse.com/1214842" }, { "category": "self", "summary": "SUSE Bug 1215095", "url": "https://bugzilla.suse.com/1215095" }, { "category": "self", "summary": "SUSE Bug 1215104", "url": "https://bugzilla.suse.com/1215104" }, { "category": "self", "summary": "SUSE Bug 1215518", "url": "https://bugzilla.suse.com/1215518" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1215768", "url": "https://bugzilla.suse.com/1215768" }, { "category": "self", "summary": "SUSE Bug 1215860", "url": "https://bugzilla.suse.com/1215860" }, { "category": "self", "summary": "SUSE Bug 1215955", "url": "https://bugzilla.suse.com/1215955" }, { "category": "self", "summary": "SUSE Bug 1215986", "url": "https://bugzilla.suse.com/1215986" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216062", "url": "https://bugzilla.suse.com/1216062" }, { "category": "self", "summary": "SUSE Bug 1216345", "url": "https://bugzilla.suse.com/1216345" }, { "category": "self", "summary": "SUSE Bug 1216510", "url": "https://bugzilla.suse.com/1216510" }, { "category": "self", "summary": "SUSE Bug 1216511", "url": "https://bugzilla.suse.com/1216511" }, { "category": "self", "summary": "SUSE Bug 1216512", "url": "https://bugzilla.suse.com/1216512" }, { "category": "self", "summary": "SUSE Bug 1216621", "url": "https://bugzilla.suse.com/1216621" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46813 page", "url": "https://www.suse.com/security/cve/CVE-2023-46813/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5178 page", "url": "https://www.suse.com/security/cve/CVE-2023-5178/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:35:03Z", "generator": { "date": "2023-11-02T14:35:03Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4345-1", "initial_release_date": "2023-11-02T14:35:03Z", "revision_history": [ { "date": "2023-11-02T14:35:03Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-azure-extra-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-azure-optional-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product": { "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "product_id": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "product": { "name": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "product_id": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch" } }, { "category": "product_version", "name": "kernel-source-azure-5.14.21-150400.14.72.1.noarch", "product": { "name": "kernel-source-azure-5.14.21-150400.14.72.1.noarch", "product_id": "kernel-source-azure-5.14.21-150400.14.72.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-azure-extra-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-azure-optional-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product": { "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64", "product_id": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150400.14.72.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150400.14.72.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch" }, "product_reference": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-5.14.21-150400.14.72.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch" }, "product_reference": "kernel-source-azure-5.14.21-150400.14.72.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", "product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-extra-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-extra-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-optional-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-azure-optional-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch" }, "product_reference": "kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-azure-5.14.21-150400.14.72.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch" }, "product_reference": "kernel-source-azure-5.14.21-150400.14.72.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64" }, "product_reference": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" }, "product_reference": "reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.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:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "moderate" } ], "title": "CVE-2023-45862" }, { "cve": "CVE-2023-46813", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46813" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the Linux kernel before 6.5.9, exploitable by local users with userspace access to MMIO registers. Incorrect access checking in the #VC handler and instruction emulation of the SEV-ES emulation of MMIO accesses could lead to arbitrary write access to kernel memory (and thus privilege escalation). This depends on a race condition through which userspace can replace an instruction before the #VC handler reads it.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46813", "url": "https://www.suse.com/security/cve/CVE-2023-46813" }, { "category": "external", "summary": "SUSE Bug 1212649 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1212649" }, { "category": "external", "summary": "SUSE Bug 1216896 for CVE-2023-46813", "url": "https://bugzilla.suse.com/1216896" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.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": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "important" } ], "title": "CVE-2023-46813" }, { "cve": "CVE-2023-5178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5178" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in drivers/nvme/target/tcp.c` in `nvmet_tcp_free_crypto` due to a logical bug in the NVMe/TCP subsystem in the Linux kernel. This issue may allow a malicious user to cause a use-after-free and double-free problem, which may permit remote code execution or lead to local privilege escalation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5178", "url": "https://www.suse.com/security/cve/CVE-2023-5178" }, { "category": "external", "summary": "SUSE Bug 1215768 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1215768" }, { "category": "external", "summary": "SUSE Bug 1216044 for CVE-2023-5178", "url": "https://bugzilla.suse.com/1216044" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:cluster-md-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:dlm-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:gfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-extra-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-livepatch-devel-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-azure-optional-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kernel-devel-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-source-azure-5.14.21-150400.14.72.1.noarch", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kernel-syms-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:kselftests-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:ocfs2-kmp-azure-5.14.21-150400.14.72.1.x86_64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.aarch64", "openSUSE Leap 15.4:reiserfs-kmp-azure-5.14.21-150400.14.72.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:35:03Z", "details": "important" } ], "title": "CVE-2023-5178" } ] }
suse-su-2023:4359-1
Vulnerability from csaf_suse
Published
2023-11-03 12:47
Modified
2023-11-03 12:47
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
The following non-security bugs were fixed:
- 9p: virtio: make sure 'offs' is initialized in zc_request (git-fixes).
- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).
- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).
- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).
- iommu/amd: Set iommu->int_enabled consistently when interrupts are set up (bsc#1206010).
- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).
- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).
- memcg: drop kmem.limit_in_bytes (bsc#1208788)
- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).
- ratelimit: Fix data-races in ___ratelimit() (git-fixes).
- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).
- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).
- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).
- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).
- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).
- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).
- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).
- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).
- tools/thermal: Fix possible path truncations (git-fixes).
- tracing: Fix cpu buffers unavailable due to 'record_disabled' missed (git-fixes).
- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).
- tracing: Fix race issue between cpu buffer write and swap (git-fixes).
- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).
- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).
- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).
- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).
- vhost-scsi: unbreak any layout for response (git-fixes).
- virtio_balloon: fix deadlock on OOM (git-fixes).
- virtio_balloon: fix increment of vb->num_pfns in fill_balloon() (git-fixes).
- virtio_net: Fix error unwinding of XDP initialization (git-fixes).
- virtio: Protect vqs list access (git-fixes).
- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).
- xen-netback: use default TX queue size for vifs (git-fixes).
- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).
- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).
Patchnames
SUSE-2023-4359,SUSE-SLE-RT-12-SP5-2023-4359
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n\nThe following non-security bugs were fixed:\n\n- 9p: virtio: make sure \u0027offs\u0027 is initialized in zc_request (git-fixes).\n- audit: fix potential double free on error path from fsnotify_add_inode_mark (git-fixes).\n- crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() (git-fixes).\n- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- iommu/amd: Remove useless irq affinity notifier (bsc#1206010).\n- iommu/amd: Set iommu-\u003eint_enabled consistently when interrupts are set up (bsc#1206010).\n- kabi: iommu/amd: Fix IOMMU interrupt generation in X2APIC mode (bsc#1206010).\n- KVM: s390: fix sthyi error handling (git-fixes bsc#1216107).\n- memcg: drop kmem.limit_in_bytes (bsc#1208788)\n- mm, memcg: reconsider kmem.limit_in_bytes deprecation (bsc#1208788 bsc#1213705).\n- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (git-fixes).\n- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (git-fixes).\n- ratelimit: Fix data-races in ___ratelimit() (git-fixes).\n- ring-buffer: Fix bytes info in per_cpu buffer stats (git-fixes).\n- s390/pci: fix iommu bitmap allocation (git-fixes bsc#1216513).\n- s390/ptrace: fix setting syscall number (git-fixes bsc#1216340).\n- s390/vdso: add missing FORCE to build targets (git-fixes bsc#1216140).\n- s390/zcrypt: change reply buffer size offering (LTC#203322 bsc#1213950).\n- s390/zcrypt: fix reply buffer calculations for CCA replies (LTC#203322 bsc#1213950).\n- scsi: zfcp: Defer fc_rport blocking until after ADISC response (LTC#203327 bsc#1213977 git-fixes).\n- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (git-fixes bsc#1216514).\n- tools/thermal: Fix possible path truncations (git-fixes).\n- tracing: Fix cpu buffers unavailable due to \u0027record_disabled\u0027 missed (git-fixes).\n- tracing: Fix memleak due to race between current_tracer and trace (git-fixes).\n- tracing: Fix race issue between cpu buffer write and swap (git-fixes).\n- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (git-fixes).\n- usb: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (git-fixes).\n- usb: typec: altmodes/displayport: Fix configure initial pin assignment (git-fixes).\n- usb: typec: altmodes/displayport: fix pin_assignment_show (git-fixes).\n- vhost-scsi: unbreak any layout for response (git-fixes).\n- virtio_balloon: fix deadlock on OOM (git-fixes).\n- virtio_balloon: fix increment of vb-\u003enum_pfns in fill_balloon() (git-fixes).\n- virtio_net: Fix error unwinding of XDP initialization (git-fixes).\n- virtio: Protect vqs list access (git-fixes).\n- vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() (git-fixes).\n- xen-netback: use default TX queue size for vifs (git-fixes).\n- xen/x86: obtain full video frame buffer address for Dom0 also under EFI (bsc#1215743).\n- xen/x86: obtain upper 32 bits of video frame buffer address for Dom0 (bsc#1215743).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4359,SUSE-SLE-RT-12-SP5-2023-4359", "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/suse-su-2023_4359-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4359-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234359-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4359-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/016991.html" }, { "category": "self", "summary": "SUSE Bug 1206010", "url": "https://bugzilla.suse.com/1206010" }, { "category": "self", "summary": "SUSE Bug 1208788", "url": "https://bugzilla.suse.com/1208788" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1213705", "url": "https://bugzilla.suse.com/1213705" }, { "category": "self", "summary": "SUSE Bug 1213950", "url": "https://bugzilla.suse.com/1213950" }, { "category": "self", "summary": "SUSE Bug 1213977", "url": "https://bugzilla.suse.com/1213977" }, { "category": "self", "summary": "SUSE Bug 1215743", "url": "https://bugzilla.suse.com/1215743" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216107", "url": "https://bugzilla.suse.com/1216107" }, { "category": "self", "summary": "SUSE Bug 1216140", "url": "https://bugzilla.suse.com/1216140" }, { "category": "self", "summary": "SUSE Bug 1216340", "url": "https://bugzilla.suse.com/1216340" }, { "category": "self", "summary": "SUSE Bug 1216513", "url": "https://bugzilla.suse.com/1216513" }, { "category": "self", "summary": "SUSE Bug 1216514", "url": "https://bugzilla.suse.com/1216514" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-03T12:47:09Z", "generator": { "date": "2023-11-03T12:47:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4359-1", "initial_release_date": "2023-11-03T12:47:09Z", "revision_history": [ { "date": "2023-11-03T12:47:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-rt-4.12.14-10.149.1.noarch", "product": { "name": "kernel-devel-rt-4.12.14-10.149.1.noarch", "product_id": "kernel-devel-rt-4.12.14-10.149.1.noarch" } }, { "category": "product_version", "name": "kernel-source-rt-4.12.14-10.149.1.noarch", "product": { "name": "kernel-source-rt-4.12.14-10.149.1.noarch", "product_id": "kernel-source-rt-4.12.14-10.149.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "product": { "name": "cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "product_id": "cluster-md-kmp-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "cluster-md-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "cluster-md-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "cluster-md-kmp-rt_debug-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt-4.12.14-10.149.1.x86_64", "product": { "name": "dlm-kmp-rt-4.12.14-10.149.1.x86_64", "product_id": "dlm-kmp-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "dlm-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "dlm-kmp-rt_debug-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "product": { "name": "gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "product_id": "gfs2-kmp-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "gfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "gfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-base-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt-base-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt-base-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-devel-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt-devel-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt-devel-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-extra-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt-extra-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt-extra-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt-kgraft-devel-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt-kgraft-devel-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt-kgraft-devel-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt_debug-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-base-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt_debug-base-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt_debug-base-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt_debug-devel-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-extra-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt_debug-extra-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt_debug-extra-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-rt_debug-kgraft-devel-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-rt_debug-kgraft-devel-4.12.14-10.149.1.x86_64", "product_id": "kernel-rt_debug-kgraft-devel-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-rt-4.12.14-10.149.1.x86_64", "product": { "name": "kernel-syms-rt-4.12.14-10.149.1.x86_64", "product_id": "kernel-syms-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt-4.12.14-10.149.1.x86_64", "product": { "name": "kselftests-kmp-rt-4.12.14-10.149.1.x86_64", "product_id": "kselftests-kmp-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "kselftests-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "kselftests-kmp-rt_debug-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt-4.12.14-10.149.1.x86_64", "product": { "name": "ocfs2-kmp-rt-4.12.14-10.149.1.x86_64", "product_id": "ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product": { "name": "ocfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64", "product_id": "ocfs2-kmp-rt_debug-4.12.14-10.149.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Real Time 12 SP5", "product": { "name": "SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-linux-enterprise-rt:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "dlm-kmp-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-rt-4.12.14-10.149.1.noarch as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch" }, "product_reference": "kernel-devel-rt-4.12.14-10.149.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-base-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-rt-base-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-rt-devel-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-rt_debug-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt_debug-devel-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-rt-4.12.14-10.149.1.noarch as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch" }, "product_reference": "kernel-source-rt-4.12.14-10.149.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "kernel-syms-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-rt-4.12.14-10.149.1.x86_64 as component of SUSE Linux Enterprise Real Time 12 SP5", "product_id": "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" }, "product_reference": "ocfs2-kmp-rt-4.12.14-10.149.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.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": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:47:09Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:47:09Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.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:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:47:09Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Real Time 12 SP5:cluster-md-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:dlm-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:gfs2-kmp-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-devel-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-base-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-rt_debug-devel-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:kernel-source-rt-4.12.14-10.149.1.noarch", "SUSE Linux Enterprise Real Time 12 SP5:kernel-syms-rt-4.12.14-10.149.1.x86_64", "SUSE Linux Enterprise Real Time 12 SP5:ocfs2-kmp-rt-4.12.14-10.149.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-03T12:47:09Z", "details": "moderate" } ], "title": "CVE-2023-45862" } ] }
suse-su-2023:4348-1
Vulnerability from csaf_suse
Published
2023-11-02 14:38
Modified
2023-11-02 14:38
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd->erasesize) that could cause a local DoS. (bsc#1210778)
- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)
- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)
- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)
- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).
- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)
- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).
- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).
- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).
- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).
- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).
The following non-security bugs were fixed:
- bpf: propagate precision in ALU/ALU64 operations (git-fixes).
- KVM: x86: fix sending PV IPI (git-fixes, bsc#1210853, bsc#1216134).
- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).
Patchnames
SUSE-2023-4348,SUSE-SLE-Module-Live-Patching-15-SP3-2023-4348,SUSE-SLE-Product-HA-15-SP3-2023-4348,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4348,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4348,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4348,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4348,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-4348,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-4348,SUSE-SUSE-MicroOS-5.1-2023-4348,SUSE-SUSE-MicroOS-5.2-2023-4348,SUSE-Storage-7.1-2023-4348,openSUSE-SLE-15.4-2023-4348
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2023-31085: Fixed a divide-by-zero error in do_div(sz,mtd-\u003eerasesize) that could cause a local DoS. (bsc#1210778)\n- CVE-2023-45862: Fixed an issue in the ENE UB6250 reader driver whwere an object could potentially extend beyond the end of an allocation causing. (bsc#1216051)\n- CVE-2023-2163: Fixed an incorrect verifier pruning in BPF that could lead to unsafe code paths being incorrectly marked as safe, resulting in arbitrary read/write in kernel memory, lateral privilege escalation, and container escape. (bsc#1215518)\n- CVE-2023-3777: Fixed a use-after-free vulnerability in netfilter: nf_tables component can be exploited to achieve local privilege escalation. (bsc#1215095)\n- CVE-2023-34324: Fixed a possible deadlock in Linux kernel event handling. (bsc#1215745).\n- CVE-2023-39189: Fixed a flaw in the Netfilter subsystem that could allow a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure. (bsc#1216046)\n- CVE-2023-3111: Fixed a use-after-free vulnerability in prepare_to_relocate in fs/btrfs/relocation.c (bsc#1212051).\n- CVE-2023-39194: Fixed an out of bounds read in the XFRM subsystem (bsc#1215861).\n- CVE-2023-39193: Fixed an out of bounds read in the xtables subsystem (bsc#1215860).\n- CVE-2023-39192: Fixed an out of bounds read in the netfilter (bsc#1215858).\n- CVE-2023-42754: Fixed a NULL pointer dereference in the IPv4 stack that could lead to denial of service (bsc#1215467).\n\nThe following non-security bugs were fixed:\n\n- bpf: propagate precision in ALU/ALU64 operations (git-fixes).\n- KVM: x86: fix sending PV IPI (git-fixes, bsc#1210853, bsc#1216134).\n- nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() (bsc#1214842).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-4348,SUSE-SLE-Module-Live-Patching-15-SP3-2023-4348,SUSE-SLE-Product-HA-15-SP3-2023-4348,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4348,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4348,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4348,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4348,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-4348,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-4348,SUSE-SUSE-MicroOS-5.1-2023-4348,SUSE-SUSE-MicroOS-5.2-2023-4348,SUSE-Storage-7.1-2023-4348,openSUSE-SLE-15.4-2023-4348", "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/suse-su-2023_4348-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:4348-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234348-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:4348-1", "url": "https://lists.suse.com/pipermail/sle-updates/2023-November/032579.html" }, { "category": "self", "summary": "SUSE Bug 1210778", "url": "https://bugzilla.suse.com/1210778" }, { "category": "self", "summary": "SUSE Bug 1210853", "url": "https://bugzilla.suse.com/1210853" }, { "category": "self", "summary": "SUSE Bug 1212051", "url": "https://bugzilla.suse.com/1212051" }, { "category": "self", "summary": "SUSE Bug 1214842", "url": "https://bugzilla.suse.com/1214842" }, { "category": "self", "summary": "SUSE Bug 1215095", "url": "https://bugzilla.suse.com/1215095" }, { "category": "self", "summary": "SUSE Bug 1215467", "url": "https://bugzilla.suse.com/1215467" }, { "category": "self", "summary": "SUSE Bug 1215518", "url": "https://bugzilla.suse.com/1215518" }, { "category": "self", "summary": "SUSE Bug 1215745", "url": "https://bugzilla.suse.com/1215745" }, { "category": "self", "summary": "SUSE Bug 1215858", "url": "https://bugzilla.suse.com/1215858" }, { "category": "self", "summary": "SUSE Bug 1215860", "url": "https://bugzilla.suse.com/1215860" }, { "category": "self", "summary": "SUSE Bug 1215861", "url": "https://bugzilla.suse.com/1215861" }, { "category": "self", "summary": "SUSE Bug 1216046", "url": "https://bugzilla.suse.com/1216046" }, { "category": "self", "summary": "SUSE Bug 1216051", "url": "https://bugzilla.suse.com/1216051" }, { "category": "self", "summary": "SUSE Bug 1216134", "url": "https://bugzilla.suse.com/1216134" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2163 page", "url": "https://www.suse.com/security/cve/CVE-2023-2163/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-31085 page", "url": "https://www.suse.com/security/cve/CVE-2023-31085/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3111 page", "url": "https://www.suse.com/security/cve/CVE-2023-3111/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-34324 page", "url": "https://www.suse.com/security/cve/CVE-2023-34324/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-3777 page", "url": "https://www.suse.com/security/cve/CVE-2023-3777/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39189 page", "url": "https://www.suse.com/security/cve/CVE-2023-39189/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39192 page", "url": "https://www.suse.com/security/cve/CVE-2023-39192/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39193 page", "url": "https://www.suse.com/security/cve/CVE-2023-39193/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39194 page", "url": "https://www.suse.com/security/cve/CVE-2023-39194/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-42754 page", "url": "https://www.suse.com/security/cve/CVE-2023-42754/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-45862 page", "url": "https://www.suse.com/security/cve/CVE-2023-45862/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2023-11-02T14:38:59Z", "generator": { "date": "2023-11-02T14:38:59Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:4348-1", "initial_release_date": "2023-11-02T14:38:59Z", "revision_history": [ { "date": "2023-11-02T14:38:59Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "cluster-md-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "cluster-md-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "dlm-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "dlm-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "dlm-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "dlm-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "dlm-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "dlm-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "dtb-al-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-al-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-al-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-allwinner-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-allwinner-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-allwinner-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-altera-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-altera-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-altera-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-amd-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-amd-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-amd-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-amlogic-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-amlogic-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-amlogic-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-apm-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-apm-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-apm-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-arm-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-arm-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-arm-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-broadcom-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-broadcom-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-broadcom-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-cavium-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-cavium-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-cavium-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-exynos-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-exynos-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-exynos-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-freescale-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-freescale-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-freescale-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-hisilicon-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-hisilicon-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-hisilicon-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-lg-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-lg-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-lg-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-marvell-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-marvell-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-marvell-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-mediatek-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-mediatek-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-mediatek-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-nvidia-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-nvidia-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-nvidia-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-qcom-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-qcom-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-qcom-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-renesas-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-renesas-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-renesas-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-rockchip-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-rockchip-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-rockchip-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-socionext-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-socionext-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-socionext-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-sprd-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-sprd-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-sprd-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-xilinx-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-xilinx-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-xilinx-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "dtb-zte-5.3.18-150300.59.141.1.aarch64", "product": { "name": "dtb-zte-5.3.18-150300.59.141.1.aarch64", "product_id": "dtb-zte-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "gfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "gfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-extra-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-64kb-extra-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-64kb-extra-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-64kb-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-64kb-livepatch-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-64kb-optional-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-64kb-optional-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-64kb-optional-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "product": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "product_id": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "product": { "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "product_id": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-extra-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-extra-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-livepatch-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-default-optional-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-default-optional-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-default-optional-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150300.59.141.1.aarch64", "product": { "name": "kernel-obs-qa-5.3.18-150300.59.141.1.aarch64", "product_id": "kernel-obs-qa-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-extra-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-preempt-extra-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-preempt-extra-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-preempt-optional-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kernel-preempt-optional-5.3.18-150300.59.141.2.aarch64", "product_id": "kernel-preempt-optional-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "product": { "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "product_id": "kernel-syms-5.3.18-150300.59.141.1.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kselftests-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "kselftests-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "kselftests-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "ocfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "ocfs2-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product": { "name": "reiserfs-kmp-64kb-5.3.18-150300.59.141.2.aarch64", "product_id": "reiserfs-kmp-64kb-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "product": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "product_id": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64" } }, { "category": "product_version", "name": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product": { "name": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.aarch64", "product_id": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-devel-5.3.18-150300.59.141.1.noarch", "product": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch", "product_id": "kernel-devel-5.3.18-150300.59.141.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-5.3.18-150300.59.141.2.noarch", "product": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch", "product_id": "kernel-docs-5.3.18-150300.59.141.2.noarch" } }, { "category": "product_version", "name": "kernel-docs-html-5.3.18-150300.59.141.2.noarch", "product": { "name": "kernel-docs-html-5.3.18-150300.59.141.2.noarch", "product_id": "kernel-docs-html-5.3.18-150300.59.141.2.noarch" } }, { "category": "product_version", "name": "kernel-macros-5.3.18-150300.59.141.1.noarch", "product": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch", "product_id": "kernel-macros-5.3.18-150300.59.141.1.noarch" } }, { "category": "product_version", "name": "kernel-source-5.3.18-150300.59.141.1.noarch", "product": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch", "product_id": "kernel-source-5.3.18-150300.59.141.1.noarch" } }, { "category": "product_version", "name": "kernel-source-vanilla-5.3.18-150300.59.141.1.noarch", "product": { "name": "kernel-source-vanilla-5.3.18-150300.59.141.1.noarch", "product_id": "kernel-source-vanilla-5.3.18-150300.59.141.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-debug-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-debug-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-debug-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-debug-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "product": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "product_id": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "product": { "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "product_id": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-extra-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-extra-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-optional-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-default-optional-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-default-optional-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-kvmsmall-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-kvmsmall-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "product": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "product_id": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "product_id": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150300.59.141.1.ppc64le", "product": { "name": "kernel-obs-qa-5.3.18-150300.59.141.1.ppc64le", "product_id": "kernel-obs-qa-5.3.18-150300.59.141.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150300.59.141.1.ppc64le", "product": { "name": "kernel-syms-5.3.18-150300.59.141.1.ppc64le", "product_id": "kernel-syms-5.3.18-150300.59.141.1.ppc64le" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "kselftests-kmp-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "product_id": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "dlm-kmp-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "gfs2-kmp-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "product": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "product_id": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "product": { "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "product_id": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-devel-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-extra-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-extra-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-livepatch-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-default-optional-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-default-optional-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-default-optional-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "product": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "product_id": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-obs-build-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150300.59.141.1.s390x", "product": { "name": "kernel-obs-qa-5.3.18-150300.59.141.1.s390x", "product_id": "kernel-obs-qa-5.3.18-150300.59.141.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150300.59.141.1.s390x", "product": { "name": "kernel-syms-5.3.18-150300.59.141.1.s390x", "product_id": "kernel-syms-5.3.18-150300.59.141.1.s390x" } }, { "category": "product_version", "name": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "product": { "name": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "product_id": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "kselftests-kmp-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "product": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "product_id": "reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "cluster-md-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "dlm-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "dlm-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "dlm-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "dlm-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "gfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-debug-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-debug-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-debug-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-debug-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-debug-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-debug-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-debug-livepatch-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "product": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "product_id": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "product": { "name": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "product_id": "kernel-default-base-rebuild-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-extra-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-extra-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-optional-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-default-optional-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-default-optional-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-kvmsmall-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-kvmsmall-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-kvmsmall-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "product": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "product_id": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64" } }, { "category": "product_version", "name": "kernel-livepatch-5_3_18-150300_59_141-preempt-1-150300.7.3.2.x86_64", "product": { "name": "kernel-livepatch-5_3_18-150300_59_141-preempt-1-150300.7.3.2.x86_64", "product_id": "kernel-livepatch-5_3_18-150300_59_141-preempt-1-150300.7.3.2.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-obs-qa-5.3.18-150300.59.141.1.x86_64", "product": { "name": "kernel-obs-qa-5.3.18-150300.59.141.1.x86_64", "product_id": "kernel-obs-qa-5.3.18-150300.59.141.1.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-extra-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-preempt-extra-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-preempt-extra-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-preempt-livepatch-devel-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-preempt-optional-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kernel-preempt-optional-5.3.18-150300.59.141.2.x86_64", "product_id": "kernel-preempt-optional-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "product": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "product_id": "kernel-syms-5.3.18-150300.59.141.1.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kselftests-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "kselftests-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "kselftests-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "ocfs2-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "product": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "product_id": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" } }, { "category": "product_version", "name": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product": { "name": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.x86_64", "product_id": "reiserfs-kmp-preempt-5.3.18-150300.59.141.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Live Patching 15 SP3", "product": { "name": "SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product": { "name": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-ha:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.2", "product": { "name": "SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.2" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.2", "product": { "name": "SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le" }, "product_reference": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x" }, "product_reference": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP3", "product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64" }, "product_reference": "kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "dlm-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP3", "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch" }, "product_reference": "kernel-docs-5.3.18-150300.59.141.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-source-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch" }, "product_reference": "kernel-docs-5.3.18-150300.59.141.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-source-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch" }, "product_reference": "kernel-docs-5.3.18-150300.59.141.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-source-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch" }, "product_reference": "kernel-docs-5.3.18-150300.59.141.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-source-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Proxy 4.2", "product_id": "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x as component of SUSE Manager Server 4.2", "product_id": "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64" }, "product_reference": "kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-5.3.18-150300.59.141.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-devel-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-5.3.18-150300.59.141.2.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch" }, "product_reference": "kernel-docs-5.3.18-150300.59.141.2.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-5.3.18-150300.59.141.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-macros-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-5.3.18-150300.59.141.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch" }, "product_reference": "kernel-source-5.3.18-150300.59.141.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-5.3.18-150300.59.141.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64" }, "product_reference": "kernel-syms-5.3.18-150300.59.141.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64" }, "product_reference": "reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-al-5.3.18-150300.59.141.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "dtb-al-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "dtb-zte-5.3.18-150300.59.141.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" }, "product_reference": "dtb-zte-5.3.18-150300.59.141.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-2163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2163" } ], "notes": [ { "category": "general", "text": "Incorrect verifier pruning in BPF in Linux Kernel \u003e=5.4 leads to unsafe\ncode paths being incorrectly marked as safe, resulting in arbitrary read/write in\nkernel memory, lateral privilege escalation, and container escape.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2163", "url": "https://www.suse.com/security/cve/CVE-2023-2163" }, { "category": "external", "summary": "SUSE Bug 1215518 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215518" }, { "category": "external", "summary": "SUSE Bug 1215519 for CVE-2023-2163", "url": "https://bugzilla.suse.com/1215519" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "important" } ], "title": "CVE-2023-2163" }, { "cve": "CVE-2023-31085", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-31085" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/mtd/ubi/cdev.c in the Linux kernel 6.2. There is a divide-by-zero error in do_div(sz,mtd-\u003eerasesize), used indirectly by ctrl_cdev_ioctl, when mtd-\u003eerasesize is 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-31085", "url": "https://www.suse.com/security/cve/CVE-2023-31085" }, { "category": "external", "summary": "SUSE Bug 1210778 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1210778" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-31085", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "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": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-31085" }, { "cve": "CVE-2023-3111", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3111" } ], "notes": [ { "category": "general", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3111", "url": "https://www.suse.com/security/cve/CVE-2023-3111" }, { "category": "external", "summary": "SUSE Bug 1212051 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1212051" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-3111", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "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": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-34324", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-34324" } ], "notes": [ { "category": "general", "text": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-34324", "url": "https://www.suse.com/security/cve/CVE-2023-34324" }, { "category": "external", "summary": "SUSE Bug 1215745 for CVE-2023-34324", "url": "https://bugzilla.suse.com/1215745" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-34324" }, { "cve": "CVE-2023-3777", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-3777" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability in the Linux kernel\u0027s netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nWhen nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain\u0027s owner rule can also release the objects in certain circumstances.\n\nWe recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-3777", "url": "https://www.suse.com/security/cve/CVE-2023-3777" }, { "category": "external", "summary": "SUSE Bug 1215095 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215095" }, { "category": "external", "summary": "SUSE Bug 1215097 for CVE-2023-3777", "url": "https://bugzilla.suse.com/1215097" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "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": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "important" } ], "title": "CVE-2023-3777" }, { "cve": "CVE-2023-39189", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39189" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The nfnl_osf_add_callback function did not validate the user mode controlled opt_num field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39189", "url": "https://www.suse.com/security/cve/CVE-2023-39189" }, { "category": "external", "summary": "SUSE Bug 1216046 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1216046" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39189", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-39189" }, { "cve": "CVE-2023-39192", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39192" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The xt_u32 module did not validate the fields in the xt_u32 structure. This flaw allows a local privileged attacker to trigger an out-of-bounds read by setting the size fields with a value beyond the array boundaries, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39192", "url": "https://www.suse.com/security/cve/CVE-2023-39192" }, { "category": "external", "summary": "SUSE Bug 1215858 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1215858" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39192", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-39192" }, { "cve": "CVE-2023-39193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39193" } ], "notes": [ { "category": "general", "text": "A flaw was found in the Netfilter subsystem in the Linux kernel. The sctp_mt_check did not validate the flag_count field. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, leading to a crash or information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39193", "url": "https://www.suse.com/security/cve/CVE-2023-39193" }, { "category": "external", "summary": "SUSE Bug 1215860 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1215860" }, { "category": "external", "summary": "SUSE Bug 1220015 for CVE-2023-39193", "url": "https://bugzilla.suse.com/1220015" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-39193" }, { "cve": "CVE-2023-39194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39194" } ], "notes": [ { "category": "general", "text": "A flaw was found in the XFRM subsystem in the Linux kernel. The specific flaw exists within the processing of state filters, which can result in a read past the end of an allocated buffer. This flaw allows a local privileged (CAP_NET_ADMIN) attacker to trigger an out-of-bounds read, potentially leading to an information disclosure.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39194", "url": "https://www.suse.com/security/cve/CVE-2023-39194" }, { "category": "external", "summary": "SUSE Bug 1215861 for CVE-2023-39194", "url": "https://bugzilla.suse.com/1215861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-39194" }, { "cve": "CVE-2023-42754", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-42754" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer (skb) was assumed to be associated with a device before calling __ip_options_compile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAP_NET_ADMIN privileges to crash the system.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-42754", "url": "https://www.suse.com/security/cve/CVE-2023-42754" }, { "category": "external", "summary": "SUSE Bug 1215467 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1215467" }, { "category": "external", "summary": "SUSE Bug 1222212 for CVE-2023-42754", "url": "https://bugzilla.suse.com/1222212" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "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": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-42754" }, { "cve": "CVE-2023-45862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-45862" } ], "notes": [ { "category": "general", "text": "An issue was discovered in drivers/usb/storage/ene_ub6250.c for the ENE UB6250 reader driver in the Linux kernel before 6.2.5. An object could potentially extend beyond the end of an allocation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-45862", "url": "https://www.suse.com/security/cve/CVE-2023-45862" }, { "category": "external", "summary": "SUSE Bug 1216051 for CVE-2023-45862", "url": "https://bugzilla.suse.com/1216051" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.ppc64le", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.s390x", "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_141-default-1-150300.7.3.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.141.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.141.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.141.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.s390x", "SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.141.2.150300.18.82.2.x86_64", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.ppc64le", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.s390x", "SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.141.1.noarch", "SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.141.2.x86_64", "SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.141.2.s390x", "openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.141.1.aarch64", "openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.141.1.aarch64" ] } ], "threats": [ { "category": "impact", "date": "2023-11-02T14:38:59Z", "details": "moderate" } ], "title": "CVE-2023-45862" } ] }
fkie_cve-2023-34324
Vulnerability from fkie_nvd
Published
2024-01-05 17:15
Modified
2025-06-05 20:15
Severity ?
4.9 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
4.9 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
4.9 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
Summary
Closing of an event channel in the Linux kernel can result in a deadlock.
This happens when the close is being performed in parallel to an unrelated
Xen console action and the handling of a Xen console interrupt in an
unprivileged guest.
The closing of an event channel is e.g. triggered by removal of a
paravirtual device on the other side. As this action will cause console
messages to be issued on the other side quite often, the chance of
triggering the deadlock is not neglectable.
Note that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel
on Arm doesn't use queued-RW-locks, which are required to trigger the
issue (on Arm32 a waiting writer doesn't block further readers to get
the lock).
References
▶ | URL | Tags | |
---|---|---|---|
security@xen.org | https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html | ||
security@xen.org | https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html | ||
security@xen.org | https://xenbits.xenproject.org/xsa/advisory-441.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://xenbits.xenproject.org/xsa/advisory-441.html | Patch, Vendor Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
linux | linux_kernel | * | |
xen | xen | - |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "D61CA62B-157A-4415-B8FD-7C3C1208315D", "versionEndExcluding": "5.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:xen:xen:-:*:*:*:*:*:*:*", "matchCriteriaId": "BFA1950D-1D9F-4401-AA86-CF3028EFD286", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock)." }, { "lang": "es", "value": "El cierre de un canal de eventos en el kernel de Linux puede provocar un punto muerto. Esto sucede cuando el cierre se realiza en paralelo a una acci\u00f3n de la consola Xen no relacionada y al manejo de una interrupci\u00f3n de la consola Xen en un invitado sin privilegios. El cierre de un canal de eventos se desencadena, por ejemplo, al retirar un dispositivo paravirtual del otro lado. Como esta acci\u00f3n har\u00e1 que se emitan mensajes de la consola en el otro lado con bastante frecuencia, la posibilidad de desencadenar el punto muerto no es despreciable. Tenga en cuenta que los invitados de Arm de 32 bits no se ven afectados, ya que el kernel de Linux de 32 bits en Arm no utiliza bloqueos de RW en cola, que son necesarios para desencadenar el problema (en Arm32, un escritor en espera no bloquea m\u00e1s lectores para conseguir el candado)." } ], "id": "CVE-2023-34324", "lastModified": "2025-06-05T20:15:23.913", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.2, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.2, "impactScore": 3.6, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-01-05T17:15:08.540", "references": [ { "source": "security@xen.org", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "source": "security@xen.org", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" }, { "source": "security@xen.org", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" } ], "sourceIdentifier": "security@xen.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-400" } ], "source": "nvd@nist.gov", "type": "Primary" }, { "description": [ { "lang": "en", "value": "CWE-400" } ], "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }
gsd-2023-34324
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Closing of an event channel in the Linux kernel can result in a deadlock.
This happens when the close is being performed in parallel to an unrelated
Xen console action and the handling of a Xen console interrupt in an
unprivileged guest.
The closing of an event channel is e.g. triggered by removal of a
paravirtual device on the other side. As this action will cause console
messages to be issued on the other side quite often, the chance of
triggering the deadlock is not neglectable.
Note that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel
on Arm doesn't use queued-RW-locks, which are required to trigger the
issue (on Arm32 a waiting writer doesn't block further readers to get
the lock).
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-34324", "id": "GSD-2023-34324" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-34324" ], "details": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).\n", "id": "GSD-2023-34324", "modified": "2023-12-13T01:20:30.873243Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@xen.org", "ID": "CVE-2023-34324", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Linux", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "unknown", "versions": [ { "status": "unknown", "version": "consult Xen advisory XSA-441" } ] } } ] } } ] }, "vendor_name": "Linux" } ] } }, "configuration": [ { "lang": "en", "value": "All unprivileged guests running a Linux kernel of version 5.10 and later,\nor with the fixes for XSA-332, are vulnerable.\n\nAll guest types are vulnerable.\n\nOnly x86- and 64-bit Arm-guests are vulnerable.\n\nArm-guests running in 32-bit mode are not vulnerable.\n\nGuests not using paravirtualized drivers are not vulnerable.\n" } ], "credits": [ { "lang": "en", "value": "This issue was discovered as a bug by Marek Marczykowski-G\u00f3recki of\nInvisible Things Lab; the security impact was recognised by J\u00fcrgen\nGro\u00df of SUSE.\n" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://xenbits.xenproject.org/xsa/advisory-441.html", "refsource": "MISC", "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" } ] }, "work_around": [ { "lang": "en", "value": "There is no known mitigation.\n" } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "D61CA62B-157A-4415-B8FD-7C3C1208315D", "versionEndExcluding": "5.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:xen:xen:-:*:*:*:*:*:*:*", "matchCriteriaId": "BFA1950D-1D9F-4401-AA86-CF3028EFD286", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "Closing of an event channel in the Linux kernel can result in a deadlock.\nThis happens when the close is being performed in parallel to an unrelated\nXen console action and the handling of a Xen console interrupt in an\nunprivileged guest.\n\nThe closing of an event channel is e.g. triggered by removal of a\nparavirtual device on the other side. As this action will cause console\nmessages to be issued on the other side quite often, the chance of\ntriggering the deadlock is not neglectable.\n\nNote that 32-bit Arm-guests are not affected, as the 32-bit Linux kernel\non Arm doesn\u0027t use queued-RW-locks, which are required to trigger the\nissue (on Arm32 a waiting writer doesn\u0027t block further readers to get\nthe lock).\n" }, { "lang": "es", "value": "El cierre de un canal de eventos en el kernel de Linux puede provocar un punto muerto. Esto sucede cuando el cierre se realiza en paralelo a una acci\u00f3n de la consola Xen no relacionada y al manejo de una interrupci\u00f3n de la consola Xen en un invitado sin privilegios. El cierre de un canal de eventos se desencadena, por ejemplo, al retirar un dispositivo paravirtual del otro lado. Como esta acci\u00f3n har\u00e1 que se emitan mensajes de la consola en el otro lado con bastante frecuencia, la posibilidad de desencadenar el punto muerto no es despreciable. Tenga en cuenta que los invitados de Arm de 32 bits no se ven afectados, ya que el kernel de Linux de 32 bits en Arm no utiliza bloqueos de RW en cola, que son necesarios para desencadenar el problema (en Arm32, un escritor en espera no bloquea m\u00e1s lectores para conseguir el candado)." } ], "id": "CVE-2023-34324", "lastModified": "2024-01-11T21:15:10.120", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.2, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-01-05T17:15:08.540", "references": [ { "source": "security@xen.org", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "source": "security@xen.org", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" }, { "source": "security@xen.org", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-441.html" } ], "sourceIdentifier": "security@xen.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-400" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
wid-sec-w-2023-2617
Vulnerability from csaf_certbund
Published
2023-10-10 22:00
Modified
2024-09-22 22:00
Summary
Xen: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) für die darauf laufenden Systeme (Domains) paravirtualisiert.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen oder seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) f\u00fcr die darauf laufenden Systeme (Domains) paravirtualisiert.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuf\u00fchren, vertrauliche Informationen offenzulegen oder seine Privilegien zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2617 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2617.json" }, { "category": "self", "summary": "WID-SEC-2023-2617 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2617" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6652-1 vom 2024-02-23", "url": "https://ubuntu.com/security/notices/USN-6652-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6626-2 vom 2024-02-14", "url": "https://ubuntu.com/security/notices/USN-6626-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6628-2 vom 2024-02-15", "url": "https://ubuntu.com/security/notices/USN-6628-2" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13049 vom 2023-12-14", "url": "https://linux.oracle.com/errata/ELSA-2023-13049.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13048 vom 2023-12-14", "url": "https://linux.oracle.com/errata/ELSA-2023-13048.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6626-3 vom 2024-02-16", "url": "https://ubuntu.com/security/notices/USN-6626-3" }, { "category": "external", "summary": "Debian Security Advisory DLA-3710 vom 2024-01-11", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3711 vom 2024-01-11", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6624-1 vom 2024-02-07", "url": "https://ubuntu.com/security/notices/USN-6624-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6625-1 vom 2024-02-07", "url": "https://ubuntu.com/security/notices/USN-6625-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6626-1 vom 2024-02-08", "url": "https://ubuntu.com/security/notices/USN-6626-1" }, { "category": "external", "summary": "Xen Security Advisory XSA-440 vom 2023-10-10", "url": "https://xenbits.xen.org/xsa/advisory-440.html" }, { "category": "external", "summary": "Xen Security Advisory XSA-441 vom 2023-10-10", "url": "https://xenbits.xen.org/xsa/advisory-441.html" }, { "category": "external", "summary": "Xen Security Advisory XSA-442 vom 2023-10-10", "url": "https://xenbits.xen.org/xsa/advisory-442.html" }, { "category": "external", "summary": "Xen Security Advisory XSA-443 vom 2023-10-10", "url": "https://xenbits.xen.org/xsa/advisory-443.html" }, { "category": "external", "summary": "Xen Security Advisory XSA-444 vom 2023-10-10", "url": "https://xenbits.xen.org/xsa/advisory-444.html" }, { "category": "external", "summary": "Citrix Security Advisory CTX575089 vom 2023-10-10", "url": "https://support.citrix.com/article/CTX575089" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-A4C606585E vom 2023-10-11", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-a4c606585e" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-DE338D9F37 vom 2023-10-11", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-de338d9f37" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6625-2 vom 2024-02-08", "url": "https://ubuntu.com/security/notices/USN-6625-2" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-881672FDAB vom 2023-10-12", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-881672fdab" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4054-1 vom 2023-10-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016642.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4055-1 vom 2023-10-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016641.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5594 vom 2024-01-02", "url": "https://lists.debian.org/debian-security-announce/2024/msg00001.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6628-1 vom 2024-02-09", "url": "https://ubuntu.com/security/notices/USN-6628-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4174-1 vom 2023-10-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016823.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4183-1 vom 2023-10-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016831.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4184-1 vom 2023-10-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016830.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4185-1 vom 2023-10-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016829.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6461-1 vom 2023-10-31", "url": "https://ubuntu.com/security/notices/USN-6461-1" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2023-029 vom 2023-11-01", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2023-029.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2023-042 vom 2023-11-01", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2023-042.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2023-055 vom 2023-11-01", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2023-055.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-2328 vom 2023-11-02", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2328.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4359-1 vom 2023-11-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/016991.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4358-1 vom 2023-11-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/016992.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4378-1 vom 2023-11-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017004.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4377-1 vom 2023-11-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017001.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4375-1 vom 2023-11-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017006.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4414-1 vom 2023-11-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017017.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4476-1 vom 2023-11-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017058.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:4475-1 vom 2023-11-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017059.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-1883 vom 2023-12-04", "url": "https://alas.aws.amazon.com/ALAS-2023-1883.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202409-10 vom 2024-09-22", "url": "https://security.gentoo.org/glsa/202409-10" } ], "source_lang": "en-US", "title": "Xen: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-09-22T22:00:00.000+00:00", "generator": { "date": "2024-09-23T08:05:19.060+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2023-2617", "initial_release_date": "2023-10-10T22:00:00.000+00:00", "revision_history": [ { "date": "2023-10-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-10-11T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-10-12T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-24T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-31T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-11-01T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-11-02T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-11-05T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-11-06T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-11-09T23:00:00.000+00:00", "number": "10", "summary": "CVE erg\u00e4nzt" }, { "date": "2023-11-12T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-11-16T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-12-04T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-12-14T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-02T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-01-11T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-02-07T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-02-08T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-02-13T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-02-14T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-02-15T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-02-25T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-09-22T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Gentoo aufgenommen" } ], "status": "final", "version": "23" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Citrix Systems Hypervisor", "product": { "name": "Citrix Systems Hypervisor", "product_id": "T016872", "product_identification_helper": { "cpe": "cpe:/o:citrix:hypervisor:-" } } }, { "category": "product_name", "name": "Citrix Systems XenServer", "product": { "name": "Citrix Systems XenServer", "product_id": "T004077", "product_identification_helper": { "cpe": "cpe:/a:citrix:xenserver:-" } } } ], "category": "vendor", "name": "Citrix Systems" }, { "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": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c4.17", "product": { "name": "Open Source Xen \u003c4.17", "product_id": "T030383" } }, { "category": "product_version", "name": "4.17", "product": { "name": "Open Source Xen 4.17", "product_id": "T030383-fixed", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.17" } } }, { "category": "product_version_range", "name": "\u003c4.15", "product": { "name": "Open Source Xen \u003c4.15", "product_id": "T030384" } }, { "category": "product_version", "name": "4.15", "product": { "name": "Open Source Xen 4.15", "product_id": "T030384-fixed", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.15" } } }, { "category": "product_version_range", "name": "\u003c4.16", "product": { "name": "Open Source Xen \u003c4.16", "product_id": "T030385" } }, { "category": "product_version", "name": "4.16", "product": { "name": "Open Source Xen 4.16", "product_id": "T030385-fixed", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.16" } } } ], "category": "product_name", "name": "Xen" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-34323", "notes": [ { "category": "description", "text": "Es gibt eine Schwachstelle in Xen. Diese besteht im C Xenstored. Dieser \u00fcberpr\u00fcft die Quota, bevor er versucht, einen Knoten zu transferieren. Dabei nimmt er an, dass die Quote nicht negativ sein kann und verwendet assert() zur Best\u00e4tigung. Ein Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service auszul\u00f6sen." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34323" }, { "cve": "CVE-2023-34324", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht in der Komponente \"Linux Kernel Event Channel Handler\" aufgrund eines Deadlock-Problems. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34324" }, { "cve": "CVE-2022-4949", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht aufgrund eines Stapelpuffer\u00fcberlaufs in \"libfsimage\", das das Parsen verschiedener Dateisysteme handhabt, von denen die meisten auf dem Legacy-Code von Grub beruhen. Ein Angreifer, der \"pygrub\" benutzt, kann diese Schwachstelle ausnutzen, um seine Privilegien zu erweitern und beliebigen Code auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2022-4949" }, { "cve": "CVE-2023-34325", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht aufgrund eines Stapelpuffer\u00fcberlaufs in \"libfsimage\", das das Parsen verschiedener Dateisysteme handhabt, von denen die meisten auf dem Legacy-Code von Grub beruhen. Ein Angreifer, der \"pygrub\" benutzt, kann diese Schwachstelle ausnutzen, um seine Privilegien zu erweitern und beliebigen Code auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34325" }, { "cve": "CVE-2023-34326", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht in der AMD-Vi-Spezifikation, da einige Felder des DTE aktualisiert werden, aber die IOMMU TLB nicht geleert wird. Ein Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen und seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34326" }, { "cve": "CVE-2023-34327", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Xen. Diese Fehler bestehen in der \"Debug Masks\" Erweiterung. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34327" }, { "cve": "CVE-2023-34328", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Xen. Diese Fehler bestehen in der \"Debug Masks\" Erweiterung. Ein Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T004077", "2951", "T002207", "T000126", "398363", "T012167", "T004914", "T030383", "T016872", "74185", "T030385", "T030384" ] }, "release_date": "2023-10-10T22:00:00.000+00:00", "title": "CVE-2023-34328" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…